Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[#!] #!/bin/sh -> #!/usr/bin/env sh
[simgrid.git] / tools / stack-cleaner / fortran
index c435b4a..f84392c 100755 (executable)
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/usr/bin/env sh
 path="$(dirname $0)"
-exec "${FILTER_CC:-gfortran}" -B "$path" "$@"
+exec "$path"/compiler-wrapper gfortran "$@"