Verbose: Send error messages to stderr
This commit is contained in:
parent
136ea2ec6e
commit
faf1c7d813
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -3357,7 +3357,7 @@ main() {
|
|||
[[ "$scrot" == "on" ]] && take_scrot
|
||||
|
||||
# Show error messages.
|
||||
[[ "$verbose" == "on" ]] && printf "%b" "$err"
|
||||
[[ "$verbose" == "on" ]] && printf "%b" "$err" >&2
|
||||
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue