Bugfix: portable syntax
This commit is contained in:
parent
ef813989d5
commit
4bf4105502
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ find -L . -type l -exec rm {} \;
|
||||||
# create links, avoid recreating links unless necessary
|
# create links, avoid recreating links unless necessary
|
||||||
# things placed in the 'noLink' directory are skipped
|
# things placed in the 'noLink' directory are skipped
|
||||||
#
|
#
|
||||||
if [ "$WM_ARCH_BASE" == "mingw" ] ; then
|
if [ "$WM_ARCH_BASE" = "mingw" ] ; then
|
||||||
lnCmd="genInclude.pl"
|
lnCmd="genInclude.pl"
|
||||||
else
|
else
|
||||||
lnCmd="ln $lnOpt"
|
lnCmd="ln $lnOpt"
|
||||||
|
|
Reference in a new issue