2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 05:17:59 +00:00

apparmor_notify: remove stray print

This commit is contained in:
Jamie Strandboge 2010-03-30 12:26:32 -05:00
parent 24446dd1d0
commit c38f0f22bc

View File

@ -67,7 +67,6 @@ $ENV{PATH} = "/bin:/usr/bin";
$ENV{SHELL} = "/bin/sh";
defined($ENV{IFS}) and $ENV{IFS} = ' \t\n';
print $0 . "\n";
my $prog = File::Basename::basename($0);
if ($prog !~ /^[a-zA-Z0-9_\-]+$/) {