diff options
Diffstat (limited to 'mp/src/devtools/bin')
| -rwxr-xr-x | mp/src/devtools/bin/osx32/xcode_ccache_wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mp/src/devtools/bin/osx32/xcode_ccache_wrapper b/mp/src/devtools/bin/osx32/xcode_ccache_wrapper index 4f038475..475f508f 100755 --- a/mp/src/devtools/bin/osx32/xcode_ccache_wrapper +++ b/mp/src/devtools/bin/osx32/xcode_ccache_wrapper @@ -1,3 +1,3 @@ -#!/bin/bash
-
-exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"
+#!/bin/bash + +exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@" |