X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Flink_f_only.sh;h=5d27025082629d8c671573148635820b32311b40;hb=c2a52bf0e8e87b8f347ca22b9ab2da7613bc4336;hp=25f3ef93ec152abd7773b6945f70ca82b385aff9;hpb=aa630a928a586fd8dc8a087337c3462d7f4fd1c6;p=platform%2Fupstream%2Fautomake.git diff --git a/t/link_f_only.sh b/t/link_f_only.sh index 25f3ef9..5d27025 100755 --- a/t/link_f_only.sh +++ b/t/link_f_only.sh @@ -17,7 +17,7 @@ # Test to make sure the Fortran 77 linker is used when appropriate. # Matthew D. Langston -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_F77 @@ -38,7 +38,7 @@ $AUTOMAKE grep '.\$(F77LINK)' Makefile.in # We should not see these patterns: -grep '.\$(CXXLINK)' Makefile.in && Exit 1 -grep '.\$(LINK)' Makefile.in && Exit 1 +grep '.\$(CXXLINK)' Makefile.in && exit 1 +grep '.\$(LINK)' Makefile.in && exit 1 -Exit 0 +exit 0