1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 17:47:38 +08:00

Fix line endings in xcode_ccache_wrapper script.

This commit is contained in:
Nicholas Hastings 2013-11-03 09:37:30 -05:00
parent a111d890da
commit b6b8c0d16c

View File

@ -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 "$@"