Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a bunch of typos reported by lintian
[simgrid.git] / tools / stack-cleaner / fortran
index c435b4a..62087fd 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 path="$(dirname $0)"
-exec "${FILTER_CC:-gfortran}" -B "$path" "$@"
+exec "$path"/compiler-wrapper gfortran "$@"