remove "say" call from build phase

This commit is contained in:
atom-bot 2012-05-16 14:15:02 -07:00
parent 9c8722768a
commit 295f2ac19a

View File

@ -948,7 +948,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if [ -z $LOAD_RESOURCES_FROM_DIR ]; then\n say 'compiling'\n rake compile-coffeescripts\nfi;";
shellScript = "if [ -z $LOAD_RESOURCES_FROM_DIR ]; then\n rake compile-coffeescripts\nfi;";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */