mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
a5049f4ff2
commit
430e9113a5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ for LINE in "${LINES[@]}"; do
|
||||||
elif [[ $LINE = *"fix:"* ]]; then
|
elif [[ $LINE = *"fix:"* ]]; then
|
||||||
LINE=$(echo "$LINE" | sed -E "s/^fix: //")
|
LINE=$(echo "$LINE" | sed -E "s/^fix: //")
|
||||||
FIXES+=("$LINE")
|
FIXES+=("$LINE")
|
||||||
elif [[ $LINE != *"i did not bother commenting"* ]]; then
|
elif [[ $LINE != *"i did not bother commenting"* ]] && [[ $LINE != *"Merge "* ]]; then
|
||||||
echo "MISC LINE =$LINE"
|
echo "MISC LINE =$LINE"
|
||||||
LINE=$(echo "$LINE" | sed -E "s/^[a-z]+: //")
|
LINE=$(echo "$LINE" | sed -E "s/^[a-z]+: //")
|
||||||
MISC+=("$LINE")
|
MISC+=("$LINE")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue