From: akl Date: Wed, 29 Aug 2007 07:57:47 +0000 (+0000) Subject: Fix problem with Fortran compiler testing. X-Git-Tag: IMP_BR_4~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9110bb011d0139d71d98ca70b6f92483bd8b5b59;p=tools%2Finstall.git Fix problem with Fortran compiler testing. --- 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