mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-22 04:10:48 +00:00
scripts: create-release pass -n to tail
Some versions of tail don't accept "tail +4".
This commit is contained in:
parent
68986abe93
commit
2c44cd8a37
@ -156,7 +156,7 @@ echo "Updating CHANGELOG ..."
|
||||
#git shortlog v$OLD.. | sed -ne 's/^ / - /p'
|
||||
git log --oneline --reverse --format=" - %s" v$OLD..
|
||||
echo
|
||||
tail +4 CHANGELOG
|
||||
tail -n +4 CHANGELOG
|
||||
) >.chglog.tmp && mv .chglog.tmp CHANGELOG
|
||||
|
||||
echo "Updating VERSION ..."
|
||||
|
Loading…
Reference in New Issue
Block a user