From 9f3eb56b460ad14647b90f9fc841776daf9beb47 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Mar 2015 16:27:42 +0100 Subject: Reduce verbosity in build-remote.pl --- scripts/build-remote.pl.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/build-remote.pl.in b/scripts/build-remote.pl.in index dcf245d7d55f..447a9fd7569c 100755 --- a/scripts/build-remote.pl.in +++ b/scripts/build-remote.pl.in @@ -16,6 +16,8 @@ binmode STDERR, ":encoding(utf8)"; my $debug = defined $ENV{NIX_DEBUG_HOOK}; +setVerbosity(0); # make exportPath() less verbose + # General operation: # -- cgit 1.4.1