diff -r aa5eb3fd6ebf -r 3568d5fd4b6a MYCrypto.xcodeproj/project.pbxproj --- a/MYCrypto.xcodeproj/project.pbxproj Sun Apr 12 22:16:14 2009 -0700 +++ b/MYCrypto.xcodeproj/project.pbxproj Tue Apr 14 18:34:52 2009 -0700 @@ -289,8 +289,8 @@ outputPaths = ( ); runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/csh; - shellScript = "doxygen |& sed s/Warning/warning/\n"; + shellPath = /bin/sh; + shellScript = "if [ `which doxygen` ]; then\n doxygen 2>&1 | sed s/Warning/warning/\nfi\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */