diff options
Diffstat (limited to 't/aclocal-path-install.sh')
-rwxr-xr-x | t/aclocal-path-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/aclocal-path-install.sh b/t/aclocal-path-install.sh index a9a8b97c6..71d718cec 100755 --- a/t/aclocal-path-install.sh +++ b/t/aclocal-path-install.sh @@ -26,7 +26,7 @@ END mkdir acdir pdir ldir -ACLOCAL="$ACLOCAL --system-acdir=`pwd`/acdir" +ACLOCAL="$ACLOCAL --system-acdir=$(pwd)/acdir" ACLOCAL_PATH=./pdir; export ACLOCAL_PATH cat > acdir/foo.m4 << 'END' |