]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - tools/mkheaders
Fix leaking the dccallow list instead of setting it in FromInternal.
[user/henk/code/inspircd.git] / tools / mkheaders
index 4b1f370f3eada005a79cb460f7d79de4836581a9..ee8142d3b07e912d2f190995a7854ee0d5affde9 100755 (executable)
@@ -37,6 +37,7 @@ use List::Util     qw(uniq);
 use POSIX          qw(strftime);
 
 use lib dirname $RealDir;
+use make::common;
 use make::console;
 
 my @ignored_revisions = (
@@ -144,7 +145,7 @@ for my $path (@paths) {
        }
 }
 
-system 'git', 'commit',
+execute 'git', 'commit',
        '--author', 'InspIRCd Robot <noreply@inspircd.org>',
        '--message', 'Update copyright headers.',
        '--', @updated;