Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill ALL trailing whitespace (and deprecate a function in Link)
[simgrid.git] / tools / stack-cleaner / cc
index 3cfd378..fe2fe7e 100755 (executable)
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/usr/bin/env sh
 path="$(dirname $0)"
-exec "${FILTER_CC:-cc}" -B "$path" "$@"
+exec "$path"/compiler-wrapper cc "$@"