From 9256a12173b6d60eb13d55c67db01985c0a96526 Mon Sep 17 00:00:00 2001 From: tilpner Date: Sun, 23 Sep 2018 23:26:57 +0200 Subject: Call /input instead of $1 --- evaluators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluators.nix b/evaluators.nix index 9a78b0c..a88fc56 100644 --- a/evaluators.nix +++ b/evaluators.nix @@ -256,7 +256,7 @@ let ash = prepareJob { name = "ash"; command = '' - /bin/sh "$1" + /bin/sh /input ''; testInput = "echo success"; -- cgit v1.2.3