Fix sunos node bin extension

This commit is contained in:
Juan Cruz Viotti 2015-02-12 14:09:16 -04:00
parent bec264d936
commit c87f976f6c

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.exe"
NODE_BIN="node-sunos-$ARCHITECTURE.bin"
else
unsupported_platform