Correct minor spacing problem in output of jobs -l for pipelines.
This commit is contained in:
parent
33d27dd210
commit
de63da4c55
@ -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…
x
Reference in New Issue
Block a user