From 9110bb011d0139d71d98ca70b6f92483bd8b5b59 Mon Sep 17 00:00:00 2001 From: akl Date: Wed, 29 Aug 2007 07:57:47 +0000 Subject: [PATCH] Fix problem with Fortran compiler testing. --- config_files/checkFortran.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_files/checkFortran.sh b/config_files/checkFortran.sh index d0f661c..103c91b 100755 --- a/config_files/checkFortran.sh +++ b/config_files/checkFortran.sh @@ -56,7 +56,7 @@ if test -n "$FORT"; then end _ACEOF - $FORT ${DIR}/ftest.f > /dev/null + $FORT -o ${DIR}/ftest.out ${DIR}/ftest.f > /dev/null rm -f ${DIR}/ftest.* exit $? else -- 2.39.2