diff options
| author | 1999-01-08 20:24:54 +0000 | |
|---|---|---|
| committer | 1999-01-08 20:24:54 +0000 | |
| commit | 945abdec54affd54b29b2bcb3fd1db9bf1b16b43 (patch) | |
| tree | cb8101e59fccdd03cd81f787fb01404542d705d4 /bin/ksh/exec.c | |
| parent | Don't use the next phone number after the ``|'' if the (diff) | |
| download | wireguard-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.c | 4 |
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; |
