mirror of
https://github.com/bettercap/bettercap
synced 2025-07-31 12:10:10 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
ce6f4c215a
commit
6a90c7f5e3
1 changed files with 3 additions and 1 deletions
|
@ -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[@]}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue