X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f7804d0b147046559399b0cf51aaac8eebeae08..250421d10cb833693e0b025d22e04313cb312b6a:/src/smpi/smpiff.in diff --git a/src/smpi/smpiff.in b/src/smpi/smpiff.in index f413b77397..9b9472eb0c 100644 --- a/src/smpi/smpiff.in +++ b/src/smpi/smpiff.in @@ -1,6 +1,6 @@ #!/usr/bin/env sh -# Copyright (c) 2012-2020. The SimGrid Team. All rights reserved. +# Copyright (c) 2012-2021. The SimGrid Team. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -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}"