From 20b045ba2d2c12d7f33fd4bb7b6449311396f715 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Wed, 5 Jan 2022 19:48:31 +0000 Subject: [PATCH] fix more warnings --- cmd/export_users.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1