summaryrefslogtreecommitdiffstats
path: root/bin/ksh/exec.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-01-08 20:24:54 +0000
committermillert <millert@openbsd.org>1999-01-08 20:24:54 +0000
commit945abdec54affd54b29b2bcb3fd1db9bf1b16b43 (patch)
treecb8101e59fccdd03cd81f787fb01404542d705d4 /bin/ksh/exec.c
parentDon't use the next phone number after the ``|'' if the (diff)
downloadwireguard-openbsd-945abdec54affd54b29b2bcb3fd1db9bf1b16b43.tar.xz
wireguard-openbsd-945abdec54affd54b29b2bcb3fd1db9bf1b16b43.zip
bug fixes from pdksh-unstable-5.2.13.5; some of which we already had.
Diffstat (limited to 'bin/ksh/exec.c')
-rw-r--r--bin/ksh/exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/exec.c b/bin/ksh/exec.c
index c7d410cd3fd..bf0f3975dd8 100644
--- a/bin/ksh/exec.c
+++ b/bin/ksh/exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.c,v 1.13 1998/10/29 04:09:20 millert Exp $ */
+/* $OpenBSD: exec.c,v 1.14 1999/01/08 20:24:59 millert Exp $ */
/*
* execute command tree
@@ -104,7 +104,7 @@ execute(t, flags)
if (t->type == TCOM) {
/* Clear subst_exstat before argument expansion. Used by
- * null commands (see comexec()) and by c_set().
+ * null commands (see comexec() and c_eval()) and by c_set().
*/
subst_exstat = 0;