mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Remove bin extension from sunos node bin path
This commit is contained in:
parent
5bcc535236
commit
6ca7df5dbc
@ -27,7 +27,7 @@ elif [ "`expr substr $(uname -s) 1 10`" == "MINGW32_NT" ]; then
|
|||||||
|
|
||||||
# SunOS
|
# SunOS
|
||||||
elif [ "`uname`" == "SunOS" ]; then
|
elif [ "`uname`" == "SunOS" ]; then
|
||||||
NODE_BIN="node-sunos-$ARCHITECTURE.bin"
|
NODE_BIN="node-sunos-$ARCHITECTURE"
|
||||||
|
|
||||||
else
|
else
|
||||||
unsupported_platform
|
unsupported_platform
|
||||||
|
Loading…
Reference in New Issue
Block a user