]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't output the script name twice
authorRobin Dunn <robin@alldunn.com>
Mon, 19 Jul 2004 20:52:36 +0000 (20:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 19 Jul 2004 20:52:36 +0000 (20:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wx-config-wrapper.in

index 5fc351ca02224c614920cc73a37b356021aeb454..05ad8d3ef6af829f9a43f3b092a56a8ad97af327 100755 (executable)
@@ -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