From: Robin Dunn Date: Thu, 30 Sep 1999 22:27:28 +0000 (+0000) Subject: version string is now quoted properly X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/60edeacfb7278259b901379bba49461a25672580 version string is now quoted properly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/src/build.cfg b/utils/wxPython/src/build.cfg index 49034d5432..ee639bb729 100644 --- a/utils/wxPython/src/build.cfg +++ b/utils/wxPython/src/build.cfg @@ -100,7 +100,7 @@ rpm: OTHERRULES = OTHERRULES + """ __version__.py: ../distrib/build.py build.cfg - @echo ver = '$(VERSION)' > __version__.py + echo ver = \\'$(VERSION)\\' > __version__.py $(GENCODEDIR)/wx.py : _extras.py