log the correct directory
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5024 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5a87bdbef9
commit
2d9a18f167
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ def CreateChangeLog():
|
|||
changelog = os.path.join(newverdir,'ChangeLog')
|
||||
|
||||
run(
|
||||
'%s log > cvs.log' % CVS,
|
||||
'%s log .. > cvs.log' % CVS,
|
||||
LOG_ERRORS,
|
||||
'cvs log failed'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue