summaryrefslogtreecommitdiff
path: root/t/pr287.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/pr287.sh')
-rwxr-xr-xt/pr287.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/pr287.sh b/t/pr287.sh
index 681f6d61b..1cd26aebb 100755
--- a/t/pr287.sh
+++ b/t/pr287.sh
@@ -31,7 +31,6 @@ cat > foo << 'END'
#! /bin/sh
echo Maude
END
-
chmod +x foo
mkdir install
@@ -40,7 +39,7 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE -a
-./configure "--prefix=`cd install && pwd`"
+./configure "--prefix=$(cd install && pwd)"
$MAKE
$MAKE distdir