diff options
Diffstat (limited to 't/fonly.sh')
-rwxr-xr-x | t/fonly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/fonly.sh b/t/fonly.sh index c3ae61481..98541872d 100755 --- a/t/fonly.sh +++ b/t/fonly.sh @@ -17,7 +17,7 @@ # Make sure programs with only Fortran 77 source are handled properly. # Matthew D. Langston <langston@SLAC.Stanford.EDU> -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_F77 |