build: update build targets for io.js
[platform/upstream/nodejs.git] / tools / osx-codesign.sh
1 #!/bin/bash
2
3 set -x
4 set -e
5
6 if [ "X$SIGN" == "X" ]; then
7   echo "No SIGN environment var.  Skipping codesign." >&2
8   exit 0
9 fi
10
11 codesign -s "$SIGN" "$PKGDIR"/usr/local/bin/node