Skip to content

Commit

Permalink
build: remove bashism from autogen.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
santigimeno committed Nov 4, 2022
1 parent c83b9bd commit c880de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c880de3

Please sign in to comment.