If 'ascii_colors' is empty, colors are disabled in ascii art
This commit is contained in:
parent
d7d8600f1b
commit
d8f9574be9
2 changed files with 2 additions and 2 deletions
2
fetch
2
fetch
|
@ -2153,7 +2153,7 @@ while [ "$1" ]; do
|
|||
*) ascii_colors+=($arg)
|
||||
esac
|
||||
done
|
||||
ascii_colors+=(7 7 7 7 7)
|
||||
ascii_colors+=(7 7 7 7 7 7)
|
||||
;;
|
||||
--ascii_distro) ascii_distro="$2" ;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue