From 4708069115962e6d151c4a7c48588f8601f0b238 Mon Sep 17 00:00:00 2001 From: tilpner Date: Wed, 5 Sep 2018 11:21:03 +0200 Subject: Don't pass node code as argument, doesn't work for '-1' --- evaluators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluators.nix b/evaluators.nix index 249c035..e520ff6 100644 --- a/evaluators.nix +++ b/evaluators.nix @@ -273,7 +273,7 @@ let ''; command = '' - node -p "$(cat "$1")" | tr -s '\n ' ' ' + <"$1" node -p | tr -s '\n ' ' ' ''; /* mv "$1" /input.raw -- cgit v1.2.3