summaryrefslogtreecommitdiff
path: root/t/parallel-tests-log-compiler-1.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-log-compiler-1.sh')
-rwxr-xr-xt/parallel-tests-log-compiler-1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-log-compiler-1.sh b/t/parallel-tests-log-compiler-1.sh
index 1f16d9f03..10519e072 100755
--- a/t/parallel-tests-log-compiler-1.sh
+++ b/t/parallel-tests-log-compiler-1.sh
@@ -69,7 +69,7 @@ END
sed 's/--chk/--am-test/' chk-compiler > test-compiler
mkdir bin
-PATH=`pwd`/bin$PATH_SEPARATOR$PATH; export PATH
+PATH=$(pwd)/bin$PATH_SEPARATOR$PATH; export PATH
cat > bin/t-compiler <<'END'
#! /bin/sh