Fix invocation of `pr' (Greg Earle; PR#1896).
Note: this has been done before (revision 1.5).
This commit is contained in:
parent
94f289c7bb
commit
c10a4a63cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue