diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/draksec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 4b557050f..cf536104c 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -54,7 +54,7 @@ $::isEmbedded and kill USR2, $::CCPID; # { label => _($st->{$f}{text}), val => \$def_choice, list => [ 'replay', 'manual' ] } # ) -my $libsafe); +my $libsafe; my $secure_level; if (-e "$prefix/etc/profile.d/msec.sh") { local $_ = cat_("$prefix/etc/profile.d/msec.sh"); |