-f -> -F for pr
This commit is contained in:
parent
30d0ea994e
commit
a85388f609
@ -207,8 +207,11 @@ begin_output ()
|
||||
pfatal_with_name ("dup2");
|
||||
close (pipes[0]);
|
||||
}
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
execl (PR_PROGRAM, PR_PROGRAM, "-F", "-h", name, 0);
|
||||
#else
|
||||
execl (PR_PROGRAM, PR_PROGRAM, "-f", "-h", name, 0);
|
||||
#endif
|
||||
pfatal_with_name (PR_PROGRAM);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user