Fix small bugs.
This commit is contained in:
parent
2f2df5e02e
commit
c4097c2951
14 changed files with 71 additions and 34 deletions
|
|
@ -71,7 +71,7 @@ void Vinit(void){
|
|||
for(s=*env;*s && *s!='(' && *s!='=';s++);
|
||||
switch(*s){
|
||||
case '\0':
|
||||
pfmt(err, "rc: odd environment %q?\n", *env);
|
||||
// pfmt(err, "rc: odd environment %q?\n", *env);
|
||||
break;
|
||||
case '=':
|
||||
*s='\0';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue