X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b0df95ed22e6c747e2087b0d47f4af95f7abec5..6f1b0ef8689a9f9f47c12ea61b6aef187a8b6192:/tools/stack-cleaner/fortran diff --git a/tools/stack-cleaner/fortran b/tools/stack-cleaner/fortran index c435b4aae9..f84392c233 100755 --- a/tools/stack-cleaner/fortran +++ b/tools/stack-cleaner/fortran @@ -1,3 +1,3 @@ -#!/bin/sh +#!/usr/bin/env sh path="$(dirname $0)" -exec "${FILTER_CC:-gfortran}" -B "$path" "$@" +exec "$path"/compiler-wrapper gfortran "$@"