diff options
Diffstat (limited to 't/posixsubst-libraries.sh')
-rwxr-xr-x | t/posixsubst-libraries.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/posixsubst-libraries.sh b/t/posixsubst-libraries.sh index f437571b9..f3e89a7d7 100755 --- a/t/posixsubst-libraries.sh +++ b/t/posixsubst-libraries.sh @@ -54,7 +54,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 |