Typo: enviroment -> environment.
This commit is contained in:
@@ -458,7 +458,7 @@ main(int argc, char **argv)
|
|||||||
for (j = 0; j < i; j++) {
|
for (j = 0; j < i; j++) {
|
||||||
char *p = strchr(newenv[j], '=');
|
char *p = strchr(newenv[j], '=');
|
||||||
if (p == NULL)
|
if (p == NULL)
|
||||||
errx(1, "environment '%s' missing '='", newenv[j]);
|
errx(1, "enviroment '%s' missing '='", newenv[j]);
|
||||||
*p++ = 0;
|
*p++ = 0;
|
||||||
esetenv (newenv[j], p, 1);
|
esetenv (newenv[j], p, 1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user