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