summaryrefslogtreecommitdiff
path: root/t/fort4.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/fort4.sh')
-rwxr-xr-xt/fort4.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/fort4.sh b/t/fort4.sh
index 7315ec1b4..e1e6ed4c2 100755
--- a/t/fort4.sh
+++ b/t/fort4.sh
@@ -19,7 +19,7 @@
# For now, require the GNU compilers (to avoid some Libtool/Autoconf
# issues).
required='g77 gfortran'
-. ./defs || Exit 1
+. ./defs || exit 1
mkdir sub
@@ -67,7 +67,7 @@ END
$ACLOCAL
$AUTOMAKE -a
# The Fortran 77 linker should be preferred:
-grep '.\$(FCLINK)' Makefile.in && Exit 1
+grep '.\$(FCLINK)' Makefile.in && exit 1
$AUTOCONF
# ./configure may exit with status 77 if no compiler is found,