diff options
Diffstat (limited to 't/f90only.sh')
-rwxr-xr-x | t/f90only.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/f90only.sh b/t/f90only.sh index a65a91ecf..56e63effa 100755 --- a/t/f90only.sh +++ b/t/f90only.sh @@ -17,7 +17,7 @@ # Make sure programs with only Fortran 90 source are handled properly. # (copied from fonly.test) Mike Nolta <mrnolta@princeton.edu> -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_FC |