oops, sed replace was eating underscores

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-01-16 15:50:07 +00:00
parent f1781e98b6
commit 88e14c09a7

View File

@ -37,7 +37,7 @@ cat_common_options_for()
if [ $1 = "setup.h.in" ]; then
cmd="$cmd | sed -e '/^\/\//d' \
-e 's@ *//.*\$@@' \
-e 's/#define wxUSE_\(.\+\) \+1/#define wxUSE\1 0/'"
-e 's/#define wxUSE_\(.\+\) \+1/#define wxUSE_\1 0/'"
fi
eval $cmd