Don't filter out blank lines from changelog text in the release emails any more.

- Legacy-Id: 6674
This commit is contained in:
Henrik Levkowetz 2013-11-06 22:17:04 +00:00
parent 5067b6e51a
commit d0fbb5e300

View file

@ -162,7 +162,7 @@ DEV="$(printf %d.%02d-dev $MAJOR $NEXT)"
note "Checking that changelog information is available"
changes=$( sed -n "/^ietfdb ($VER.*)/,/^ -- /p" changelog | awk '{ if (line) print line ; line=$0 }' )
changes=$( sed -n "/^ietfdb ($VER.*)/,/^ -- /p" changelog )
[ "$changes" ] || die "No changelog information for $VER found"
note "$changes"