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
This commit is contained in:
kichik 2005-12-17 15:02:56 +00:00
parent 465f377392
commit 5d94515e2d

View file

@ -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'
)