From 1aa3e471fea5255ce9dc0cc53a670ccaa5ddbdb4 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 13 Feb 2005 17:00:48 +0000 Subject: [PATCH] Improved support for OS/2's ancient version of "ash" - since it is about 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx-config.in b/wx-config.in index 69d23ee25a..7d5d2ecdd4 100755 --- a/wx-config.in +++ b/wx-config.in @@ -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 -- 2.50.0