Export VERSION to rake task in prebuild script

This commit is contained in:
Nathan Sobo 2013-04-10 11:48:20 -06:00
parent 8182bd59f9
commit d56946fa6e

View File

@ -1,9 +1,7 @@
#!/bin/sh
set -ex
cd "$(dirname "$0")/../.."
export PATH="/usr/local/Cellar/node/0.8.21/bin:/usr/local/bin:${PATH}"
export VERSION=$VERSION
rake setup-codesigning create-xcode-project