mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix formatting glitch in job status output.
Submitted by: Michael Rendell <michael@cs.mun.ca>
This commit is contained in:
parent
3b42b56e84
commit
caf1d10b63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20293
1 changed files with 17 additions and 0 deletions
17
shells/pdksh/files/patch-aa
Normal file
17
shells/pdksh/files/patch-aa
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- jobs.c.orig Tue Jul 13 18:50:56 1999
|
||||
+++ jobs.c Wed Jul 21 08:10:45 1999
|
||||
@@ -1846,6 +1846,7 @@
|
||||
int alen;
|
||||
char **ap;
|
||||
|
||||
+#if 0
|
||||
if (t->type == TEXEC || t->type == TCOM) {
|
||||
/* Causes problems when set -u is in effect, can also
|
||||
cause problems when array indices evaluated (may have
|
||||
@@ -1870,5 +1871,6 @@
|
||||
}
|
||||
*c = '\0';
|
||||
} else
|
||||
+#endif
|
||||
snptreef(c, len, "%T", t);
|
||||
}
|
Loading…
Add table
Reference in a new issue