From 4bf41055029b0eb3611410c68544a2c66b6a09f4 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 11 May 2016 21:56:26 +0100 Subject: [PATCH] Bugfix: portable syntax --- wmake/wmakeLnInclude | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmake/wmakeLnInclude b/wmake/wmakeLnInclude index 67e2d8cdc..e09a487e6 100755 --- a/wmake/wmakeLnInclude +++ b/wmake/wmakeLnInclude @@ -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"