Don't output the script name twice

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-07-19 20:52:36 +00:00
parent 81bfa5ae22
commit b3d8839439

View File

@ -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