summaryrefslogtreecommitdiff
path: root/t/python5b.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python5b.sh')
-rwxr-xr-xt/python5b.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python5b.sh b/t/python5b.sh
index b382b38f9..366c9b133 100755
--- a/t/python5b.sh
+++ b/t/python5b.sh
@@ -32,7 +32,7 @@ cat > bin/my-python << 'END'
exec python ${1+"$@"}
END
chmod a+x bin/my-python
-PATH=`pwd`/bin$PATH_SEPARATOR$PATH
+PATH=$(pwd)/bin$PATH_SEPARATOR$PATH
: > Makefile.am