mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
f3aeeca275
commit
e6170263a2
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ git fetch --tags > /dev/null
|
|||
|
||||
CURTAG=$(git describe --tags --abbrev=0)
|
||||
OUTPUT=$(git log $CURTAG..HEAD --oneline)
|
||||
# https://stackoverflow.com/questions/19771965/split-bash-string-by-newline-characters
|
||||
IFS=$'\n' LINES=($OUTPUT)
|
||||
|
||||
for LINE in "${LINES[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue