diff options
Diffstat (limited to 'sp/src/devtools/bin/osx32/xcode_ccache_wrapper')
| -rwxr-xr-x | sp/src/devtools/bin/osx32/xcode_ccache_wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sp/src/devtools/bin/osx32/xcode_ccache_wrapper b/sp/src/devtools/bin/osx32/xcode_ccache_wrapper index 4f038475..475f508f 100755 --- a/sp/src/devtools/bin/osx32/xcode_ccache_wrapper +++ b/sp/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 "$@" |