diff options
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; |
