Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
eb664c3b6df2ec618fa1c9339dbd418e858bfcfa
/
.
/
tools
/
osx-codesign.sh
blob: 6a954c737fa4c5f83a0857cd248568b968cf0bf7 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
x
set
-
e
if
[
"X$SIGN"
==
"X"
];
then
echo
"No SIGN environment var. Skipping codesign."
>&
2
exit
0
fi
codesign
-
s
"$SIGN"
"$PKGDIR"
/
bin
/
node