summaryrefslogtreecommitdiffstats
path: root/bin/sh/jobs.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-06-04 13:01:51 +0000
committertjr <tjr@FreeBSD.org>2002-06-04 13:01:51 +0000
commitde63da4c55df8e34193094d8366f00e696163628 (patch)
tree5caa593720d9b00f1800149e691f77e1602f8228 /bin/sh/jobs.c
parent33d27dd210c9b2a95f1ab802306f257894298a4f (diff)
downloadFreeBSD-src-de63da4c55df8e34193094d8366f00e696163628.zip
FreeBSD-src-de63da4c55df8e34193094d8366f00e696163628.tar.gz
Correct minor spacing problem in output of jobs -l for pipelines.
Diffstat (limited to 'bin/sh/jobs.c')
-rw-r--r--bin/sh/jobs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c
index 5cf35c9..b01515a 100644
--- a/bin/sh/jobs.c
+++ b/bin/sh/jobs.c
@@ -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) {
OpenPOWER on IntegriCloud