diff options
Diffstat (limited to 't/fort5.sh')
-rwxr-xr-x | t/fort5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/fort5.sh b/t/fort5.sh index 6fa1f22f6..62df8ec88 100755 --- a/t/fort5.sh +++ b/t/fort5.sh @@ -19,7 +19,7 @@ # For now, require the GNU compilers (to avoid some Libtool/Autoconf # issues). required='libtoolize g77 gfortran' -. ./defs || Exit 1 +. ./defs || exit 1 mkdir sub |