1.1 --- a/MYCrypto.xcodeproj/project.pbxproj Sun Apr 12 22:16:14 2009 -0700
1.2 +++ b/MYCrypto.xcodeproj/project.pbxproj Tue Apr 14 18:34:52 2009 -0700
1.3 @@ -289,8 +289,8 @@
1.4 outputPaths = (
1.5 );
1.6 runOnlyForDeploymentPostprocessing = 0;
1.7 - shellPath = /bin/csh;
1.8 - shellScript = "doxygen |& sed s/Warning/warning/\n";
1.9 + shellPath = /bin/sh;
1.10 + shellScript = "if [ `which doxygen` ]; then\n doxygen 2>&1 | sed s/Warning/warning/\nfi\n";
1.11 showEnvVarsInLog = 0;
1.12 };
1.13 /* End PBXShellScriptBuildPhase section */