This commit is contained in:
tg 2011-03-16 20:43:34 +00:00
parent b7824978ad
commit 1c22b3cc48
1 changed files with 2 additions and 2 deletions

4
main.c
View File

@ -33,7 +33,7 @@
#include <locale.h>
#endif
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.182 2011/03/16 20:26:35 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.183 2011/03/16 20:43:34 tg Exp $");
extern char **environ;
@ -72,7 +72,7 @@ static const char *initcoms[] = {
"type=whence -v",
#if defined(ANDROID)
/* evil hack */
"lsmod='cat /proc/modules'",
"lsmod=cat /proc/modules",
#elif !defined(MKSH_UNEMPLOYED)
/* not in Android for political reasons */
/* not in ARGE mksh due to no job control */