projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81bfa5a
)
Don't output the script name twice
author
Robin Dunn
<robin@alldunn.com>
Mon, 19 Jul 2004 20:52:36 +0000
(20:52 +0000)
committer
Robin 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
patch
|
blob
|
blame
|
history
diff --git
a/wx-config-wrapper.in
b/wx-config-wrapper.in
index 5fc351ca02224c614920cc73a37b356021aeb454..05ad8d3ef6af829f9a43f3b092a56a8ad97af327 100755
(executable)
--- 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