From: terry%netscape.com <> Date: Sat, 19 Sep 1998 09:35:09 +0000 (+0000) Subject: Patch from Sam Ziegler -- Don't choke if argv is empty. X-Git-Tag: bugzilla-1.3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ddceed18f4fea83d64cc91c6ffbe4cda0a5948b;p=thirdparty%2Fbugzilla.git Patch from Sam Ziegler -- Don't choke if argv is empty. --- diff --git a/processmail b/processmail index 7cf4caac11..ee6b92ad14 100755 --- a/processmail +++ b/processmail @@ -206,7 +206,7 @@ if (open(FID, "= 1) && ($ARGV[0] eq "regenerate")) { $regenerate = 1; $#ARGV = -1; SendSQL("select bug_id from bugs order by bug_id");