Don't create a config file in stdout mode.
This commit is contained in:
parent
c87ae4bb5d
commit
21c5a5870b
2
fetch
2
fetch
|
@ -2435,7 +2435,7 @@ while [ "$1" ]; do
|
||||||
unset info_color colors
|
unset info_color colors
|
||||||
case "$2" in
|
case "$2" in
|
||||||
"--"* | "") echo "--stdout requires at least one argument"; exit ;;
|
"--"* | "") echo "--stdout requires at least one argument"; exit ;;
|
||||||
*) shift; args=("$@"); stdout ;;
|
*) shift; args=("$@"); config="off" stdout ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue