mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2024-11-21 19:31:14 +00:00
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>
This commit is contained in:
parent
c3ca729162
commit
28b6c2af5c
2 changed files with 6 additions and 6 deletions
|
@ -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 "$@"
|
||||
|
|
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in a new issue