From 5d94515e2d14870bc1ce8ebc2d8009444cc2470f Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 17 Dec 2005 15:02:56 +0000 Subject: [PATCH] don't quote the version, it drives the command line processor crazy git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4449 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/release.py b/Scripts/release.py index f2a71b0a..5cfacd2d 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -174,7 +174,7 @@ im.save(r'..\Menu\images\header.gif') print 'committing header.gif...' run( - '%s commit -m "%s" ..\\Menu\\images\\header.gif' % (CVS, VERSION), + '%s commit -m %s ..\\Menu\\images\\header.gif' % (CVS, VERSION), 'header.gif.commit', 'failed committing header.gif' )