aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1999-07-21 14:20:45 +0800
committertg <tg@FreeBSD.org>1999-07-21 14:20:45 +0800
commit17ba5a0d923714b84a57eacbd775e375a52af47a (patch)
tree4b2b5d839375a965b6fdd2f8ef6e866d0a4df885 /shells
parentf5480736249e3ed2168edf0051dcf040679bdb4f (diff)
downloadfreebsd-ports-gnome-17ba5a0d923714b84a57eacbd775e375a52af47a.tar.gz
freebsd-ports-gnome-17ba5a0d923714b84a57eacbd775e375a52af47a.tar.zst
freebsd-ports-gnome-17ba5a0d923714b84a57eacbd775e375a52af47a.zip
Fix formatting glitch in job status output.
Submitted by: Michael Rendell <michael@cs.mun.ca>
Diffstat (limited to 'shells')
-rw-r--r--shells/pdksh/files/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/shells/pdksh/files/patch-aa b/shells/pdksh/files/patch-aa
new file mode 100644
index 000000000000..e2b07f548c96
--- /dev/null
+++ b/shells/pdksh/files/patch-aa
@@ -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);
+ }