From: Chris Elliott Date: Sat, 11 Nov 2006 12:58:04 +0000 (+0000) Subject: fix missing = X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/190275cdf7f36e9660845c584d34e0fe6108ab2f fix missing = git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/script/win_docs.bat b/build/script/win_docs.bat index cb30c7f289..b5981d4a1c 100644 --- a/build/script/win_docs.bat +++ b/build/script/win_docs.bat @@ -1,6 +1,6 @@ rem Uncomment the next line to set the version; used also in wxWidgets.iss SET WXW_VER=2.8.0 -if %WXW_VER%="" SET WXW_VER=CVS +if %WXW_VER%=="" SET WXW_VER=CVS rem This builds the docs in %WXWIN% in a number of formats rem and a clean inno setup in a second tree