diff options
Diffstat (limited to 'tests/fo.test')
-rwxr-xr-x | tests/fo.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fo.test b/tests/fo.test index 84b826555..2d78463e4 100755 --- a/tests/fo.test +++ b/tests/fo.test @@ -17,7 +17,7 @@ # Make sure Fortran 77 files are rewritten to ".o" and not just "o". # Matthew D. Langston <langston@SLAC.Stanford.EDU> -. ./defs || exit 1 +. ./defs || Exit 1 cat >> configure.in << 'END' AC_PROG_F77 @@ -30,7 +30,7 @@ END : > doe.f -$ACLOCAL || exit 1 -$AUTOMAKE || exit 1 +$ACLOCAL || Exit 1 +$AUTOMAKE || Exit 1 $FGREP 'doe.$(OBJEXT)' Makefile.in |