summaryrefslogtreecommitdiff
path: root/t/ltinit.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/ltinit.sh')
-rwxr-xr-xt/ltinit.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/ltinit.sh b/t/ltinit.sh
index 49ddbe0f8..e0f9b02ad 100755
--- a/t/ltinit.sh
+++ b/t/ltinit.sh
@@ -55,8 +55,7 @@ libtoolize
$EGREP 'LT_(INIT|PREREQ)' configure && Exit 1 # Sanity check.
$AUTOMAKE -a
-cwd=`pwd`
-./configure --prefix="$cwd/inst" >stdout || { cat stdout; Exit 1; }
+./configure --prefix="$(pwd)/inst" >stdout || { cat stdout; Exit 1; }
cat stdout
grep '^checking.*dlfcn\.h.* no$' stdout || grep '^checking.*dlopen' stdout