Correct minor spacing problem in output of jobs -l for pipelines.
This commit is contained in:
parent
e5341cbb17
commit
41d09fe083
@ -339,7 +339,7 @@ showjob(struct job *jp, int sformat, int lformat)
|
||||
if (ps == jp->ps)
|
||||
fmtstr(s, 64, "[%d] %c ", jobno, c);
|
||||
else
|
||||
fmtstr(s, 64, " %c ", c);
|
||||
fmtstr(s, 64, " %c ", c);
|
||||
out1str(s);
|
||||
col = strlen(s);
|
||||
if (lformat) {
|
||||
|
Loading…
Reference in New Issue
Block a user