This commit is contained in:
tg
2006-08-01 13:43:28 +00:00
parent 65f0044ceb
commit 5e619e1ef3
11 changed files with 156 additions and 37 deletions

5
eval.c
View File

@ -2,7 +2,7 @@
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.12 2006/05/10 18:54:09 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.13 2006/08/01 13:43:26 tg Exp $");
/*
* string expansion
@ -1074,7 +1074,8 @@ globit(XString *xs, /* dest string */
xp = Xstring(*xs, xp) + prefix_len;
}
closedir(dirp);
Nodir:;
Nodir:
;
}
if (np != NULL)