summaryrefslogtreecommitdiff
path: root/bin/ksh/exec.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-12-19 04:14:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-12-19 04:14:21 +0000
commitae02df2057edb3b786f254cf8867184962234a11 (patch)
treead13990fa53bf00ead486f59dec05e9b3df1cd3b /bin/ksh/exec.c
parent8695dd2ff775abd06278bea758f0f044d60a34da (diff)
spacing
Diffstat (limited to 'bin/ksh/exec.c')
-rw-r--r--bin/ksh/exec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/exec.c b/bin/ksh/exec.c
index c23f0c8718b..c68441553ce 100644
--- a/bin/ksh/exec.c
+++ b/bin/ksh/exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.c,v 1.35 2004/12/18 22:35:41 millert Exp $ */
+/* $OpenBSD: exec.c,v 1.36 2004/12/19 04:14:20 deraadt Exp $ */
/*
* execute command tree
@@ -110,7 +110,7 @@ execute(t, flags)
goto Break;
}
}
-
+
switch(t->type) {
case TCOM:
rv = comexec(t, tp, ap, flags);
@@ -1007,7 +1007,7 @@ search(name, path, mode, errnop)
sp = p;
XcheckN(xs, xp, namelen);
memcpy(xp, name, namelen);
- if (search_access(Xstring(xs, xp), mode, errnop) == 0)
+ if (search_access(Xstring(xs, xp), mode, errnop) == 0)
return Xclose(xs, xp + namelen);
if (*sp++ == '\0')
sp = NULL;