build/win: Fix string comparison in split-build for non-bash shells.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ "x$BUILD_FLAVOUR" == "xdbg" ]; then
|
||||
if [ "x$BUILD_FLAVOUR" = "xdbg" ]; then
|
||||
EXT="-dbg"
|
||||
else
|
||||
EXT=""
|
||||
|
Reference in New Issue
Block a user