Bugfix: portable syntax

This commit is contained in:
Hrvoje Jasak 2016-05-11 21:56:26 +01:00
parent ef813989d5
commit 4bf4105502

View file

@ -148,7 +148,7 @@ find -L . -type l -exec rm {} \;
# create links, avoid recreating links unless necessary
# things placed in the 'noLink' directory are skipped
#
if [ "$WM_ARCH_BASE" == "mingw" ] ; then
if [ "$WM_ARCH_BASE" = "mingw" ] ; then
lnCmd="genInclude.pl"
else
lnCmd="ln $lnOpt"