From: Vadim Zeitlin Date: Sun, 16 Jan 2005 15:50:07 +0000 (+0000) Subject: oops, sed replace was eating underscores X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/88e14c09a706b3920295b3dbff67bcdd8ca929e9 oops, sed replace was eating underscores git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/update-setup-h b/build/update-setup-h index 5939da9230..399e910427 100755 --- a/build/update-setup-h +++ b/build/update-setup-h @@ -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