]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/test-build
Merge pull request #1219 from SaberUK/master+directive
[user/henk/code/inspircd.git] / tools / test-build
index 212c16bb0196c03fcad824eee1c47c2f39cd1ae6..629e537c4917dcad43beaec921f34241dc3e7f0e 100755 (executable)
@@ -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';