From 0552ba0301456c5137081665315e93d1eca7198c Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 24 Jan 2021 18:54:03 -0700 Subject: gmi2email: tweak error message Signed-off-by: Sean Whitton --- gmi2email | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmi2email b/gmi2email index 4fccb38..a124099 100755 --- a/gmi2email +++ b/gmi2email @@ -55,7 +55,7 @@ my $conf_f = catfile $conf_r, "mailscripts", "gmi2email.config"; -e $conf_f or (defined $to and defined $from) or die - "no config file or sufficient command line options: don't know who to mail"; + "no config file nor sufficient command line options: don't know who to mail"; my $conf = Config::Tiny->new->read($conf_f); my %to_mail_opts = ( -- cgit v1.2.3