From: Robin Dunn Date: Mon, 19 Jul 2004 20:52:36 +0000 (+0000) Subject: Don't output the script name twice X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b3d883943914f0a13755e8a6c2b875653d223bed?ds=inline Don't output the script name twice git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wx-config-wrapper.in b/wx-config-wrapper.in index 5fc351ca02..05ad8d3ef6 100755 --- a/wx-config-wrapper.in +++ b/wx-config-wrapper.in @@ -76,6 +76,7 @@ find_wx_config_script() script=`echo $all_scripts | tr ' ' '\n' | grep -v '^base' | head -n 1` if test "x$script" != "x" ; then echo ${libdir}/wx/config/${script} + exit 0 fi fi