From be3cbc2ef633524f8dac876f77a300ed4ce956f1 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 8 Nov 2015 11:33:40 +0100 Subject: build: Do not quote the interpreter argument This makes it possible again to pass options to the interpreter. --- run-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-script') diff --git a/run-script b/run-script index 00e223094..b6c6a7555 100755 --- a/run-script +++ b/run-script @@ -16,4 +16,4 @@ interp="$1" script="$2" shift 2 -exec "$interp" "$cwd/$script" "$@" +exec $interp "$cwd/$script" "$@" -- cgit v1.2.3