summaryrefslogtreecommitdiffstats
path: root/nix-script
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-02-17 11:39:22 +0100
committerMatthias Beyer <mail@beyermatthias.de>2015-02-17 11:39:22 +0100
commitc4cebd93f30b3f733b2b716df681b9c9589db4e0 (patch)
treef64dd7e6ef4c7757687b67610e484e68d7eef3ad /nix-script
parentb87d0e308c617a23b94ca949536bfe492d30bb91 (diff)
Dont print the "I do not override my defaults" massage if not in verbose mode
Diffstat (limited to 'nix-script')
-rwxr-xr-xnix-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-script b/nix-script
index 5c38c45..4a4c937 100755
--- a/nix-script
+++ b/nix-script
@@ -106,7 +106,7 @@ done
if [ ! -f $CONFIGFILE ]
then
- stderr "No config file: '$CONFIGFILE', won't override defaults"
+ stdout "No config file: '$CONFIGFILE', won't override defaults"
else
stdout "Source config: '$CONFIGFILE'"
. $CONFIFILE