Blind fix to improve wx-config's Bourne shell compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f7222f4cca
commit
6ab7f7786a
1 changed files with 6 additions and 3 deletions
|
|
@ -805,7 +805,8 @@ if not user_mask_fits "$this_config" ; then
|
|||
decho "--> $prefix/bin/$_last_chance $_legacy_args"
|
||||
fi
|
||||
|
||||
export WXCONFIG_DELEGATED=yes
|
||||
WXCONFIG_DELEGATED=yes
|
||||
export WXCONFIG_DELEGATED
|
||||
$prefix/bin/$_last_chance $_legacy_args
|
||||
exit
|
||||
|
||||
|
|
@ -844,7 +845,8 @@ EOF
|
|||
decho "--> $wxconfdir/$best_delegate $*"
|
||||
fi
|
||||
|
||||
export WXCONFIG_DELEGATED=yes
|
||||
WXCONFIG_DELEGATED=yes
|
||||
export WXCONFIG_DELEGATED
|
||||
$wxconfdir/$best_delegate $*
|
||||
exit
|
||||
fi
|
||||
|
|
@ -866,7 +868,8 @@ EOF
|
|||
decho "--> $wxconfdir/`find_eligible_delegates $configmask` $*"
|
||||
fi
|
||||
|
||||
export WXCONFIG_DELEGATED=yes
|
||||
WXCONFIG_DELEGATED=yes
|
||||
export WXCONFIG_DELEGATED
|
||||
$wxconfdir/`find_eligible_delegates $configmask` $*
|
||||
exit
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue