Explicitly set the path on the OS X versioning script

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87332 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\MaddTheSane_cp 2013-09-28 21:02:58 +00:00
parent 4917b2a1a1
commit 2944fb4a27

View File

@ -1942,7 +1942,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "#Some code taken from the MPlayerX people.\nruby updateInfoPlist.rb Info.plist\ntouch -amfc Info.plistvers.plist\n\nexit 0\n";
shellScript = "#Some code taken from the MPlayerX people.\nexport PATH=\"/usr/bin:/bin:/usr/sbin:/sbin\"\nruby updateInfoPlist.rb Info.plist\ntouch -amfc Info.plistvers.plist\n\nexit 0\n";
};
55F41A3317EF8CFF00605DF8 /* Strip Headers */ = {
isa = PBXShellScriptBuildPhase;