polish, mop up whitespace, etc.

passes regressions on MirOS
This commit is contained in:
tg
2004-05-24 19:56:25 +00:00
parent bb629ad8eb
commit 6c8eabf72e
72 changed files with 364 additions and 350 deletions

5
exec.c
View File

@ -1,4 +1,5 @@
/* $OpenBSD: exec.c,v 1.31 2003/12/15 05:25:52 otto Exp $ */
/* $MirBSD: exec.c,v 1.2 2004/05/24 19:56:07 tg Stab $ */
/* $OpenBSD: exec.c,v 1.31 2003/12/15 05:25:52 otto Exp $ */
/*
* execute command tree
@ -151,7 +152,7 @@ execute(t, flags)
goto Break;
}
}
switch(t->type) {
case TCOM:
rv = comexec(t, tp, ap, flags);