summaryrefslogtreecommitdiff
path: root/t/py-compile-basedir.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/py-compile-basedir.sh')
-rwxr-xr-xt/py-compile-basedir.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/py-compile-basedir.sh b/t/py-compile-basedir.sh
index 1504f557e..03617fb14 100755
--- a/t/py-compile-basedir.sh
+++ b/t/py-compile-basedir.sh
@@ -28,7 +28,7 @@ cp "$am_scriptdir/py-compile" . \
|| fatal_ "failed to fetch auxiliary script py-compile"
f=__init__
-for d in foo foo/bar "`pwd`/foo" . .. ../foo ''; do
+for d in foo foo/bar "$(pwd)/foo" . .. ../foo ''; do
if test -z "$d"; then
d2=.
else