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:
kichik 2007-03-31 14:47:02 +00:00
parent 5a87bdbef9
commit 2d9a18f167

View file

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