Mercurial > sdl-ios-xcode
comparison Xcode-iPhoneOS/SDL/SDLiPhoneOS.xcodeproj/project.pbxproj @ 4463:d1d5b665adc5
Don't assume .bashrc exists. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 09 May 2010 19:51:21 -0700 |
parents | 033c455bbe99 |
children | 0cf025066b6f |
comparison
equal
deleted
inserted
replaced
4462:5cb6424a5676 | 4463:d1d5b665adc5 |
---|---|
1283 outputPaths = ( | 1283 outputPaths = ( |
1284 "$(SRCROOT)/../../include/SDL_revision.h", | 1284 "$(SRCROOT)/../../include/SDL_revision.h", |
1285 ); | 1285 ); |
1286 runOnlyForDeploymentPostprocessing = 0; | 1286 runOnlyForDeploymentPostprocessing = 0; |
1287 shellPath = /bin/sh; | 1287 shellPath = /bin/sh; |
1288 shellScript = "source ~/.bashrc\nsh ../../build-scripts/updaterev.sh"; | 1288 shellScript = "if test -f ~/.bash_profile; then source ~/.bash_profile; fi\nif test -f ~/.bashrc; then source ~/.bashrc; fi\nsh ../../build-scripts/updaterev.sh"; |
1289 }; | 1289 }; |
1290 FDB043B20E2689CC00F5B3F9 /* ShellScript */ = { | 1290 FDB043B20E2689CC00F5B3F9 /* ShellScript */ = { |
1291 isa = PBXShellScriptBuildPhase; | 1291 isa = PBXShellScriptBuildPhase; |
1292 buildActionMask = 12; | 1292 buildActionMask = 12; |
1293 files = ( | 1293 files = ( |