From 60edeacfb7278259b901379bba49461a25672580 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 30 Sep 1999 22:27:28 +0000 Subject: [PATCH] version string is now quoted properly git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/src/build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0