acid: fixed $terminal handling

This commit is contained in:
aiju 2011-07-22 11:41:31 +02:00
parent f542b0d027
commit b2a8db846b

View file

@ -567,6 +567,9 @@ system(void)
q = strchr(p, ' ');
if(q)
*q = 0;
q = strrchr(p, '/');
if(q)
p = q + 1;
}
if(kernel != nil)