summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-03-31 14:59:44 +0100
committerPeter Powell <petpow@saberuk.com>2016-04-04 13:20:21 +0100
commitbe74a8c8d2555feff3fb1c41494d639f695e82c7 (patch)
tree73aeb96bccaeeefb61864a2a6f1d306fc9af2450 /tools
parent30bd7bb39fb55a4b6b3075a1f8a7df47bc0e261f (diff)
Rename V to INSPIRCD_VERBOSE.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-build b/tools/test-build
index 146880fe6..212c16bb0 100755
--- a/tools/test-build
+++ b/tools/test-build
@@ -33,7 +33,7 @@ use warnings FATAL => qw(all);
use make::common;
use make::configure;
-$ENV{D} = $ENV{V} = 1;
+$ENV{D} = $ENV{INSPIRCD_VERBOSE} = 1;
system 'git', 'clean', '-dfx';