Fix missing title

This commit is contained in:
Dylan 2016-02-05 17:02:53 +11:00
parent 49e7673f0d
commit 456c706f1d

6
fetch
View file

@ -1794,7 +1794,11 @@ info () {
string="${bold}${title_color}${output}"
string="${string/@/${at_color}@${title_color}}"
length=${#output}
[ "$stdout_title" == "off" ] && string=""
# Hide the title in stdout mode
[ "$stdout" == "on" ] && \
[ "$stdout_title" == "off" ] &&\
string=""
;;
underline)