Remove pointless case item
This commit is contained in:
parent
1385c2840e
commit
8df9914158
1 changed files with 0 additions and 1 deletions
1
fetch
1
fetch
|
@ -2388,7 +2388,6 @@ while [ "$1" ]; do
|
|||
unset ascii_colors
|
||||
for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do
|
||||
case "$arg" in
|
||||
"$1") continue ;;
|
||||
"--"*) break ;;
|
||||
*) ascii_colors+=($arg)
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue