Many small edits.
This commit is contained in:
parent
741f510ce7
commit
c8b6342d3c
160 changed files with 2204 additions and 864 deletions
|
|
@ -123,9 +123,7 @@ threadmain(int argc, char *argv[])
|
|||
quotefmtinstall();
|
||||
cputype = getenv("cputype");
|
||||
objtype = getenv("objtype");
|
||||
home = getenv("home");
|
||||
if(home == nil)
|
||||
home = getenv("HOME");
|
||||
home = getenv("HOME");
|
||||
p = getenv("tabstop");
|
||||
if(p != nil){
|
||||
maxtab = strtoul(p, nil, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue