From 26adf95057c5ee9819203b18c7dc3714ed91bdb9 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 22 Jun 2019 21:35:08 -0500 Subject: Make testcmd work if the path to $PWD has a space in it. --- scripts/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/runtest.sh b/scripts/runtest.sh index abd924d9..f0450bd9 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -150,7 +150,7 @@ testcmd() X="$1" [ -z "$X" ] && X="$CMDNAME $2" - testing "$X" "$C $2" "$3" "$4" "$5" + testing "$X" "\"$C\" $2" "$3" "$4" "$5" } # Recursively grab an executable and all the libraries needed to run it. -- cgit v1.2.3