From 190275cdf7f36e9660845c584d34e0fe6108ab2f Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Sat, 11 Nov 2006 12:58:04 +0000 Subject: [PATCH] fix missing = git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/script/win_docs.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/script/win_docs.bat b/build/script/win_docs.bat index cb30c7f..b5981d4 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 -- 2.7.4