]> git.saurik.com Git - wxWidgets.git/commitdiff
Improved support for OS/2's ancient version of "ash" - since it is about
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 13 Feb 2005 17:00:48 +0000 (17:00 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 13 Feb 2005 17:00:48 +0000 (17:00 +0000)
        20% faster on configure than up-to-date (pd)ksh ports it's worth
        this small change, IMHO.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wx-config.in

index 69d23ee25a10b34c79e691b712000d63198b23d7..7d5d2ecdd43cec30dea9b84912e27361798bd2c5 100755 (executable)
@@ -157,7 +157,7 @@ wxconfig_flag_options="$wxconfig_yesno_options no_rpath inplace"
 option_name()
 {
     _option_name_temp=${1%%=*}
-    echo "${_option_name_temp#--}" | tr '-' '_'
+    echo ${_option_name_temp#--} | tr '-' '_'
 }
 
 # option_value _string