cease exporting $RANDOM (Debian #760857)
This commit is contained in:
parent
8f172270f9
commit
52461d70cc
4
main.c
4
main.c
|
@ -34,7 +34,7 @@
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.281 2014/09/12 20:23:33 tg Exp $");
|
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.282 2014/10/02 13:53:54 tg Exp $");
|
||||||
|
|
||||||
extern char **environ;
|
extern char **environ;
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ static const char initsubs[] =
|
||||||
|
|
||||||
static const char *initcoms[] = {
|
static const char *initcoms[] = {
|
||||||
Ttypeset, "-r", initvsn, NULL,
|
Ttypeset, "-r", initvsn, NULL,
|
||||||
Ttypeset, "-x", "HOME", "PATH", "RANDOM", "SHELL", NULL,
|
Ttypeset, "-x", "HOME", "PATH", "SHELL", NULL,
|
||||||
Ttypeset, "-i10", "COLUMNS", "LINES", "SECONDS", "TMOUT", NULL,
|
Ttypeset, "-i10", "COLUMNS", "LINES", "SECONDS", "TMOUT", NULL,
|
||||||
Talias,
|
Talias,
|
||||||
"integer=typeset -i",
|
"integer=typeset -i",
|
||||||
|
|
Loading…
Reference in New Issue