Fix invocation of `pr' (Greg Earle; PR#1896).

Note: this has been done before (revision 1.5).
This commit is contained in:
pk 1996-01-07 01:02:05 +00:00
parent 94f289c7bb
commit c10a4a63cb
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ begin_output ()
close (pipes[0]);
}
execl (PR_PROGRAM, PR_PROGRAM, "-f", "-h", name, 0);
execl (PR_PROGRAM, PR_PROGRAM, "-F", "-h", name, 0);
pfatal_with_name (PR_PROGRAM);
}
else