Skip to content

Commit

Permalink
Log postflight script exit code
Browse files Browse the repository at this point in the history
It seems that the Xcode integration script is not running when called
from the installer. Adding some debug info will help diagnose the issue.
  • Loading branch information
ferrous26 committed Oct 2, 2012
1 parent 7646174 commit 21fbb76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/release/package_script/postinstall
@@ -1,5 +1,9 @@
#!/bin/bash

echo "Running the Xcode integration installer"

/usr/local/bin/macruby_install_xcode_support

echo "Xcode integration installer exited with status $?"

exit 0

0 comments on commit 21fbb76

Please sign in to comment.