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