Remove newline in if statement
This commit is contained in:
parent
e6d8fc9c98
commit
84b8b04d83
3
fetch
3
fetch
|
@ -1829,8 +1829,7 @@ info () {
|
|||
underline_color title_color at_color
|
||||
|
||||
# Show/Hide subtitles
|
||||
[ "$stdout_subtitles" == "off" ] && \
|
||||
string=${string/*: }
|
||||
[ "$stdout_subtitles" == "off" ] && string=${string/*: }
|
||||
|
||||
# If the string isn't empty, print it.
|
||||
[ ! -z "$string" ] && printf "%s" "${string}${stdout_seperator}"
|
||||
|
|
Reference in New Issue