summaryrefslogtreecommitdiff
path: root/t/postproc.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/postproc.sh')
-rwxr-xr-xt/postproc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/postproc.sh b/t/postproc.sh
index 7eaa4f871..2b60d885d 100755
--- a/t/postproc.sh
+++ b/t/postproc.sh
@@ -18,7 +18,7 @@
# and renamed.
required=cc
-. ./defs || Exit 1
+. ./defs || exit 1
cat >configure.ac <<END
AC_INIT([$me], [1.0])
@@ -43,6 +43,6 @@ cat myMakefile.old >> myMakefile.in
./configure
-test -f .deps/fred.Po || test -f _deps/fred.Po || Exit 1
+test -f .deps/fred.Po || test -f _deps/fred.Po || exit 1
: