Many small edits.
This commit is contained in:
parent
741f510ce7
commit
c8b6342d3c
160 changed files with 2204 additions and 864 deletions
|
|
@ -41,6 +41,7 @@ initshell(void)
|
|||
{
|
||||
shellcmd = stow(shells[0]->name);
|
||||
shellt = shells[0];
|
||||
setvar("MKSHELL", shellcmd);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -72,5 +73,6 @@ popshell(void)
|
|||
shellstack = s->next;
|
||||
shellt = s->t;
|
||||
shellcmd = s->w;
|
||||
setvar("MKSHELL", shellcmd);
|
||||
free(s);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue