summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2016-03-31 15:06:49 +0100
committerPeter Powell <petpow@saberuk.com>2016-04-04 13:20:21 +0100
commiteaa3de48d2481c06a6ed5896b0a28f9c67aa7afb (patch)
treedc20bb8e283bac0309d5e41885fe7912b4e59f79 /tools
parentbe74a8c8d2555feff3fb1c41494d639f695e82c7 (diff)
Rename D to INSPIRCD_DEBUG.
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 212c16bb0..629e537c4 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{INSPIRCD_VERBOSE} = 1;
+$ENV{INSPIRCD_DEBUG} = $ENV{INSPIRCD_VERBOSE} = 1;
system 'git', 'clean', '-dfx';