From 8e1897fe17e6feac4d511e70a629d68045f5fe66 Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 18 Nov 2016 14:49:11 +0000 Subject: [PATCH] Ha! Still getting the wrong security for new machines to build. Lets try again. --- src/tools/make/postpush.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tools/make/postpush.pl b/src/tools/make/postpush.pl index 5cfe3008..5bfe0ffb 100755 --- a/src/tools/make/postpush.pl +++ b/src/tools/make/postpush.pl @@ -1,11 +1,9 @@ #!/usr/bin/perl -w - use strict; use warnings; use POSIX "strftime"; - use CGI qw(:standard escapeHTML); use JSON;