summaryrefslogtreecommitdiff
path: root/t/aclocal-path-nonexistent.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/aclocal-path-nonexistent.sh')
-rwxr-xr-xt/aclocal-path-nonexistent.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/aclocal-path-nonexistent.sh b/t/aclocal-path-nonexistent.sh
index 8c42ddc65..3eb042aad 100755
--- a/t/aclocal-path-nonexistent.sh
+++ b/t/aclocal-path-nonexistent.sh
@@ -27,7 +27,7 @@ END
mkdir mdir
echo 'AC_DEFUN([AM_FOO], [am--foo])' > mdir/foo.m4
-ACLOCAL_PATH=./nonesuch:./mdir:`pwd`/nonesuch2:nonesuch3 $ACLOCAL
+ACLOCAL_PATH=./nonesuch:./mdir:$(pwd)/nonesuch2:nonesuch3 $ACLOCAL
$AUTOCONF
$FGREP 'am--foo' configure