]> git.saurik.com Git - wxWidgets.git/blobdiff - build/update-setup-h
oops, sed replace was eating underscores
[wxWidgets.git] / build / update-setup-h
index 5939da9230250e7dd5c712d3d61042f4812ce8fb..399e9104274f840147fe568b05e012a48413ad94 100755 (executable)
@@ -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