diff options
Diffstat (limited to 't/insthook.sh')
-rwxr-xr-x | t/insthook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/insthook.sh b/t/insthook.sh index 23bc4e03e..7fe0278c3 100755 --- a/t/insthook.sh +++ b/t/insthook.sh @@ -56,7 +56,7 @@ test -f ok # second version will overwrite 'foo'. Hopefully 'install' and 'install-sh' # are smart enough to erase the 'foo' symlink before installing the new # version.) -./configure "--bindir=`pwd`/bin" +./configure "--bindir=$(pwd)/bin" $MAKE install echo 2 > foo VERSION=2.0 $MAKE -e install |