From: Dirk Koopman Date: Wed, 5 Jan 2022 19:48:31 +0000 (+0000) Subject: fix more warnings X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=20b045ba2d2c12d7f33fd4bb7b6449311396f715 fix more warnings --- diff --git a/cmd/export_users.pl b/cmd/export_users.pl index 45b03d75..40e429d4 100644 --- a/cmd/export_users.pl +++ b/cmd/export_users.pl @@ -7,7 +7,7 @@ my $self = shift; my $line = shift;; return (1, $self->msg('e5')) unless $self->priv >= 9; -my $line ||= 'user_json'; +$line ||= 'user_json'; my ($fn, $flag) = split /\s+/, $line; unless ($fn && $fn eq 'user_json') { $fn =~ s|[/\.]||g;