2
0
mirror of git://github.com/lxc/lxc synced 2025-08-29 14:09:50 +00:00

Redirect the Changelog diff to file instead of stdout

This commit is contained in:
dlezcano 2008-10-28 22:38:23 +00:00
parent f04d36bf47
commit 5f8dbb64c6

View File

@ -26,7 +26,7 @@ release_changelog() {
echo "Generating ChangeLog"
echo -n "Please give the previous tag name: "
read
cvs2cl --delta $REPLY:$TAG --stdout
cvs2cl --delta $REPLY:$TAG --stdout > ChangeLog.diff
}
release_tag