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