Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
undo changelog modification
[simgrid.git] / tools / stack-cleaner / cc
index 3cfd37887e2c610f62e0f3a735fb9a386b99793f..fe2fe7ec7c00ddbb2e8d2bd79ce1f8231f5a05c9 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 "$@"