Commit 21c5a587 authored by dylan's avatar dylan

Don't create a config file in stdout mode.

parent c87ae4bb
......@@ -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
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment