On 05/10/2018 04:53 AM, Axb wrote:
Seems this also blew up my SA nightly masschecks
my temp fix for rule generation was do reinstate
#!/usr/bin/perl -w
and disable SA svn updates.
On 05/10/2018 09:21 AM, Axb wrote:
Index: mass-check
===================================================================
--- mass-check (revision 1831271)
+++ mass-check (revision 1831272)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/env perl -w
use strict;
#
seems this change blew up all my rule generation stuff
(Centos 6) and I have no idea how to fix it locally.
Why is this needed?
Axb
Mine blew up too on CentOS 7:
/usr/bin/env: perl -w: No such file or directory
Someone needs to roll back that change today.
Dave