Blind fix to improve wx-config's Bourne shell compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -775,7 +775,8 @@ if not user_mask_fits "$this_config" ; then
|
|||||||
decho "--> $prefix/bin/$_last_chance $_legacy_args"
|
decho "--> $prefix/bin/$_last_chance $_legacy_args"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export WXCONFIG_DELEGATED=yes
|
WXCONFIG_DELEGATED=yes
|
||||||
|
export WXCONFIG_DELEGATED
|
||||||
$prefix/bin/$_last_chance $_legacy_args
|
$prefix/bin/$_last_chance $_legacy_args
|
||||||
exit
|
exit
|
||||||
|
|
||||||
@@ -814,7 +815,8 @@ if not user_mask_fits "$this_config" ; then
|
|||||||
decho "--> $wxconfdir/$best_delegate $*"
|
decho "--> $wxconfdir/$best_delegate $*"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export WXCONFIG_DELEGATED=yes
|
WXCONFIG_DELEGATED=yes
|
||||||
|
export WXCONFIG_DELEGATED
|
||||||
$wxconfdir/$best_delegate $*
|
$wxconfdir/$best_delegate $*
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
@@ -836,7 +838,8 @@ if not user_mask_fits "$this_config" ; then
|
|||||||
decho "--> $wxconfdir/`find_eligible_delegates $configmask` $*"
|
decho "--> $wxconfdir/`find_eligible_delegates $configmask` $*"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export WXCONFIG_DELEGATED=yes
|
WXCONFIG_DELEGATED=yes
|
||||||
|
export WXCONFIG_DELEGATED
|
||||||
$wxconfdir/`find_eligible_delegates $configmask` $*
|
$wxconfdir/`find_eligible_delegates $configmask` $*
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user