From 28b6c2af5c76a8ae487b22352b9d5ecda98faabb Mon Sep 17 00:00:00 2001 From: Narendra Umate Date: Sat, 7 Sep 2013 16:50:43 -0700 Subject: [PATCH] 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$//;' --- mp/src/devtools/bin/osx32/xcode_ccache_wrapper | 6 +++--- sp/src/devtools/bin/osx32/xcode_ccache_wrapper | 6 +++--- 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 "$@"