build: remove bashism from autogen.sh
This commit is contained in:
parent
c83b9bd9c6
commit
c880de3004
@ -17,7 +17,7 @@
|
||||
set -eu
|
||||
cd `dirname "$0"`
|
||||
|
||||
if [ "${1:-dev}" == "release" ]; then
|
||||
if [ "${1:-dev}" = "release" ]; then
|
||||
export LIBUV_RELEASE=true
|
||||
else
|
||||
export LIBUV_RELEASE=false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user