From 9ad3bd17141ab09a2b839c6bf7f66102628eb0d0 Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Thu, 26 Mar 2020 21:03:08 +0100 Subject: [PATCH] allow multiple arguments --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 7f550ce..d54a1c4 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -4,7 +4,7 @@ function call_remote { local fn="$1" local args="${@:2}" - ssh -l christian -p 2200 ulrich.earth "$(declare -f $fn); $fn '$args'" + ssh -l christian -p 2200 ulrich.earth "$(declare -f $fn); $fn $args" } function worker_has_nix {