summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-01-11 10:18:07 -0800
committerisaacs <i@izs.me>2013-01-11 10:18:07 -0800
commit97db62b4d9f7de385ccbcddb70ae048b050f5c24 (patch)
treeb229a05031c68d0b2f087d6bccebf65d85b80f1d /tools
parent6a91eab0970a87431743c79ecb8e3efaed1796d9 (diff)
parent4fa3fd1cc0eb5a63d8b3644af5b4dc2d6cc0cc86 (diff)
downloadandroid-node-v8-97db62b4d9f7de385ccbcddb70ae048b050f5c24.tar.gz
android-node-v8-97db62b4d9f7de385ccbcddb70ae048b050f5c24.tar.bz2
android-node-v8-97db62b4d9f7de385ccbcddb70ae048b050f5c24.zip
Merge remote-tracking branch 'ry/v0.8' into master
Conflicts: AUTHORS ChangeLog Makefile src/node_version.h
Diffstat (limited to 'tools')
-rw-r--r--tools/changelog-head.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/changelog-head.sh b/tools/changelog-head.sh
index e0cec16638..94821e107f 100644
--- a/tools/changelog-head.sh
+++ b/tools/changelog-head.sh
@@ -2,6 +2,9 @@
cat ChangeLog | {
s=-1
while read line; do
+ if [ "${line:0:1}" == "-" ]; then
+ line=" $line"
+ fi
if [ "${line:0:1}" == "2" ]; then
let "++s"
fi