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
echo "Changelog" echo "Changelog"
echo "===" echo "==="
echo
if [ -n "$NEW" ]; then if [ -n "$NEW" ]; then
echo
echo "**New Features**" echo "**New Features**"
echo echo
for l in "${NEW[@]}" for l in "${NEW[@]}"
@ -40,6 +40,7 @@ if [ -n "$NEW" ]; then
fi fi
if [ -n "$FIXES" ]; then if [ -n "$FIXES" ]; then
echo
echo "**Fixes**" echo "**Fixes**"
echo echo
for l in "${FIXES[@]}" for l in "${FIXES[@]}"
@ -49,6 +50,7 @@ if [ -n "$FIXES" ]; then
fi fi
if [ -n "$MISC" ]; then if [ -n "$MISC" ]; then
echo
echo "**Misc**" echo "**Misc**"
echo echo
for l in "${MISC[@]}" for l in "${MISC[@]}"