Don't create a config file in stdout mode.

This commit is contained in:
dylan 2016-02-28 00:18:21 +11:00
parent c87ae4bb5d
commit 21c5a5870b
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -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
;;