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:
parent
465f377392
commit
5d94515e2d
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue