Removed left over echos
This commit is contained in:
parent
dd3987fa48
commit
e733824ab7
2
fetch.sh
2
fetch.sh
|
@ -797,8 +797,6 @@ printinfo () {
|
||||||
echo:*:*)
|
echo:*:*)
|
||||||
info=${function#*: }
|
info=${function#*: }
|
||||||
subtitle=${function/:*/}
|
subtitle=${function/:*/}
|
||||||
echo "$info"
|
|
||||||
echo "$subtitle"
|
|
||||||
string="${bold}${subtitle_color}${subtitle}${clear}${colon_color}: ${info_color}${info}"
|
string="${bold}${subtitle_color}${subtitle}${clear}${colon_color}: ${info_color}${info}"
|
||||||
length=${#function}
|
length=${#function}
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue