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 de722b326a9..6a5e0447d1c 100644 --- a/bin/ksh/exec.c +++ b/bin/ksh/exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.c,v 1.27 2003/02/28 09:45:09 jmc Exp $ */ +/* $OpenBSD: exec.c,v 1.28 2003/10/22 07:40:38 jmc Exp $ */ /* * execute command tree @@ -461,7 +461,7 @@ comexec(t, tp, ap, flags) #ifdef KSH /* snag the last argument for $_ XXX not the same as at&t ksh, * which only seems to set $_ after a newline (but not in - * functions/dot scripts, but in interactive and scipt) - + * functions/dot scripts, but in interactive and script) - * perhaps save last arg here and set it in shell()?. */ if (!Flag(FSH) && Flag(FTALKING) && *(lastp = ap)) { |