Remove bin extension from sunos node bin path

This commit is contained in:
Juan Cruz Viotti 2015-02-13 15:37:58 -04:00
parent 5bcc535236
commit 6ca7df5dbc

View File

@ -27,7 +27,7 @@ elif [ "`expr substr $(uname -s) 1 10`" == "MINGW32_NT" ]; then
# SunOS
elif [ "`uname`" == "SunOS" ]; then
NODE_BIN="node-sunos-$ARCHITECTURE.bin"
NODE_BIN="node-sunos-$ARCHITECTURE"
else
unsupported_platform