summaryrefslogtreecommitdiff
path: root/tools/osx-productsign.sh
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-06-10 17:05:26 +1000
committerRod Vagg <rod@vagg.org>2015-06-25 15:22:27 +1000
commitdcbb9e1da65ac16e8ed783d0b2b82ad6c7de8dbc (patch)
tree4c449f742eee5542f73ddd02c191e50c8167f6b8 /tools/osx-productsign.sh
parent8e9089ac3574682bac610b4b7a93a7915ad5ab8d (diff)
downloadandroid-node-v8-dcbb9e1da65ac16e8ed783d0b2b82ad6c7de8dbc.tar.gz
android-node-v8-dcbb9e1da65ac16e8ed783d0b2b82ad6c7de8dbc.tar.bz2
android-node-v8-dcbb9e1da65ac16e8ed783d0b2b82ad6c7de8dbc.zip
build: update build targets for io.js
PR-URL: https://github.com/nodejs/io.js/pull/1938 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Alexis Campailla <alexis@janeasystems.com>
Diffstat (limited to 'tools/osx-productsign.sh')
-rw-r--r--tools/osx-productsign.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osx-productsign.sh b/tools/osx-productsign.sh
index 4834c9bbb8..491e3fde62 100644
--- a/tools/osx-productsign.sh
+++ b/tools/osx-productsign.sh
@@ -3,7 +3,7 @@
set -x
set -e
-if ! [ -n "$SIGN" ]; then
+if [ "X$SIGN" == "X" ]; then
echo "No SIGN environment var. Skipping codesign." >&2
exit 0
fi