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

This commit is contained in:
evilsocket 2018-02-25 13:45:26 +01:00
parent 12ff2918da
commit 9f83d66f99

View file

@ -9,7 +9,7 @@ echo "@ Fetching remote tags ..."
# git fetch --tags > /dev/null # git fetch --tags > /dev/null
CURTAG=$(git describe --tags --abbrev=0) CURTAG=$(git describe --tags --abbrev=0)
OUTPUT=$(git log v2.0.0RC1..HEAD --oneline) OUTPUT=$(git log $CURTAG..HEAD --oneline)
IFS=$'\n' LINES=($OUTPUT) IFS=$'\n' LINES=($OUTPUT)
for LINE in "${LINES[@]}"; do for LINE in "${LINES[@]}"; do