aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNarendra Umate <[email protected]>2013-09-07 16:50:43 -0700
committerNarendra Umate <[email protected]>2013-09-08 10:31:07 -0700
commit28b6c2af5c76a8ae487b22352b9d5ecda98faabb (patch)
treefc1359287c3a073a3c60e36509a5f7306b48db49
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadsource-sdk-2013-28b6c2af5c76a8ae487b22352b9d5ecda98faabb.tar.xz
source-sdk-2013-28b6c2af5c76a8ae487b22352b9d5ecda98faabb.zip
Replacing CR/LFs with LFs in xcode_ccache_wrapper.
Fixed error: can't exec '/Users/ardneran/Documents/Projects/GitHub/source-sdk-2013/*p/src/devtoo ls/bin/osx32/xcode_ccache_wrapper' (No such file or directory) Command /Users/ardneran/Documents/Projects/GitHub/source-sdk-2013/*p/src/devtool s/bin/osx32/xcode_ccache_wrapper failed with exit code 71 http://www.linuxquestions.org/questions/linux-general-1/bad-interpreter- no-such-file-or-directory-213617/#post1975207 perl -i -pe's/\r$//;' <file name here>
-rwxr-xr-xmp/src/devtools/bin/osx32/xcode_ccache_wrapper6
-rwxr-xr-xsp/src/devtools/bin/osx32/xcode_ccache_wrapper6
2 files changed, 6 insertions, 6 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 "$@"
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 "$@"