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

This commit is contained in:
evilsocket 2018-02-24 18:50:33 +01:00
commit 430e9113a5

View file

@ -20,7 +20,7 @@ for LINE in "${LINES[@]}"; do
elif [[ $LINE = *"fix:"* ]]; then
LINE=$(echo "$LINE" | sed -E "s/^fix: //")
FIXES+=("$LINE")
elif [[ $LINE != *"i did not bother commenting"* ]]; then
elif [[ $LINE != *"i did not bother commenting"* ]] && [[ $LINE != *"Merge "* ]]; then
echo "MISC LINE =$LINE"
LINE=$(echo "$LINE" | sed -E "s/^[a-z]+: //")
MISC+=("$LINE")