summaryrefslogtreecommitdiff
path: root/bin/ksh/exec.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1996-10-09 15:12:31 +0000
committerjtc <jtc@NetBSD.org>1996-10-09 15:12:31 +0000
commit5a4124868af95025a4ff58b494b2e2aabd8db41b (patch)
tree17b6dab4d7c33b2d9b78bd540cf3cb18912318e8 /bin/ksh/exec.c
parent9176e41d88717f5edb5d7d029193bc1a87818f71 (diff)
import pdksh 5.2.9
Diffstat (limited to 'bin/ksh/exec.c')
-rw-r--r--bin/ksh/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ksh/exec.c b/bin/ksh/exec.c
index e7b74a8a7b3..0d315289067 100644
--- a/bin/ksh/exec.c
+++ b/bin/ksh/exec.c
@@ -519,7 +519,7 @@ comexec(t, tp, ap, flags)
fcflags |= FC_DEFPATH;
}
ap += builtin_opt.optind;
- /* POSIX says special builtins loose their status
+ /* POSIX says special builtins lose their status
* if accessed using command.
*/
keepasn_ok = 0;