misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-23 03:50:57 +01:00
parent ce6f4c215a
commit 6a90c7f5e3

View file

@ -28,9 +28,9 @@ done
echo
echo "Changelog"
echo "==="
echo
if [ -n "$NEW" ]; then
echo
echo "**New Features**"
echo
for l in "${NEW[@]}"
@ -40,6 +40,7 @@ if [ -n "$NEW" ]; then
fi
if [ -n "$FIXES" ]; then
echo
echo "**Fixes**"
echo
for l in "${FIXES[@]}"
@ -49,6 +50,7 @@ if [ -n "$FIXES" ]; then
fi
if [ -n "$MISC" ]; then
echo
echo "**Misc**"
echo
for l in "${MISC[@]}"