summaryrefslogtreecommitdiff
path: root/t/posixsubst-ltlibraries.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/posixsubst-ltlibraries.sh')
-rwxr-xr-xt/posixsubst-ltlibraries.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/posixsubst-ltlibraries.sh b/t/posixsubst-ltlibraries.sh
index b4b2a925d..54958145c 100755
--- a/t/posixsubst-ltlibraries.sh
+++ b/t/posixsubst-ltlibraries.sh
@@ -55,7 +55,7 @@ $ACLOCAL
$AUTOCONF
$AUTOMAKE -a
-cwd=`pwd` || Exit 1
+cwd=$(pwd) || fatal_ "getting current working directory"
./configure --prefix="$cwd/_inst"
$MAKE
test -f libfoo2.c