build/win: Fix string comparison in split-build for non-bash shells.

This commit is contained in:
Michael Henning
2013-10-28 19:33:26 -04:00
parent 8277055a8d
commit 09bec557d4

View File

@ -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=""