Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
extraneous chars
[simgrid.git] / src / smpi / smpiff.in
index ca13a2b..9b9472e 100644 (file)
@@ -83,7 +83,7 @@ while [ $# -gt 0 ]; do
             ORIGFILE="${FILENAME%.f}"
             filter_and_compile_f77
             ;;
-        *.F)$
+        *.F)
             FILENAME=$(basename "${ARG}")
             TMPFILE=$(mymktemp "${ARG}" ".F")
             ORIGFILE="${FILENAME%.F}"
@@ -95,7 +95,7 @@ while [ $# -gt 0 ]; do
             ORIGFILE="${FILENAME%.f90}"
             filter_and_compile_f90
             ;;
-        *.F90)$
+        *.F90)
             FILENAME=$(basename "${ARG}")
             TMPFILE=$(mymktemp "${ARG}" ".F90")
             ORIGFILE="${FILENAME%.F90}"