Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
7ddceed1
Commit
7ddceed1
authored
Sep 19, 1998
by
terry%netscape.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch from Sam Ziegler <ziegler@mediaguaranty.com> -- Don't choke if argv is empty.
parent
5c3e4f22
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
processmail
processmail
+1
-1
No files found.
processmail
View file @
7ddceed1
...
@@ -206,7 +206,7 @@ if (open(FID, "<data/nomail")) {
...
@@ -206,7 +206,7 @@ if (open(FID, "<data/nomail")) {
my
$regenerate
=
0
;
my
$regenerate
=
0
;
if
(
$ARGV
[
0
]
eq
"regenerate"
)
{
if
(
(
$#ARGV
>=
1
)
&&
(
$ARGV
[
0
]
eq
"regenerate"
)
)
{
$regenerate
=
1
;
$regenerate
=
1
;
$#ARGV
=
-
1
;
$#ARGV
=
-
1
;
SendSQL
(
"select bug_id from bugs order by bug_id"
);
SendSQL
(
"select bug_id from bugs order by bug_id"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment