summaryrefslogtreecommitdiff
path: root/t/condman3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/condman3.sh')
-rwxr-xr-xt/condman3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/condman3.sh b/t/condman3.sh
index 9f2714ffe..89196dfb7 100755
--- a/t/condman3.sh
+++ b/t/condman3.sh
@@ -58,14 +58,14 @@ $EGREP 'MANS|\.([123456789]|man)' Makefile.in # For debugging.
mkdir build
cd build
-../configure FOO=true --prefix="`pwd`/_inst"
+../configure FOO=true --prefix="$(pwd)/_inst"
$EGREP 'MANS|\.([123456789]|man)' Makefile # For debugging.
touch foo.1 6.man
$MAKE install
$MAKE test1
cd ..
-./configure FOO=false --prefix="`pwd`/_inst"
+./configure FOO=false --prefix="$(pwd)/_inst"
$EGREP 'MANS|\.([123456789]|man)' Makefile # For debugging.
touch bar.2 baz.1 zap.5
$MAKE install