summaryrefslogtreecommitdiff
path: root/t/vala4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/vala4.sh')
-rwxr-xr-xt/vala4.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/t/vala4.sh b/t/vala4.sh
index 879803f8b..2d3951abb 100755
--- a/t/vala4.sh
+++ b/t/vala4.sh
@@ -35,10 +35,7 @@ exit 0
END
chmod +x valac
-cwd=`pwd`
-
-# Use $cwd instead of `pwd` in the && list below to avoid a bug in
-# the way Solaris/Heirloom Sh handles 'set -e'.
+cwd=$(pwd) || fatal_ "getting current working directory"
$ACLOCAL
$AUTOMAKE -a