acme: execute commands with / using shell
This allows commands in bin subdirectories. R=rsc CC=plan9port.codebot https://codereview.appspot.com/13254044
This commit is contained in:
parent
7603066e73
commit
fea86f0639
@ -1479,7 +1479,7 @@ runproc(void *argvp)
|
|||||||
continue;
|
continue;
|
||||||
if(r < ' ')
|
if(r < ' ')
|
||||||
goto Hard;
|
goto Hard;
|
||||||
if(utfrune("#;&|^$=`'{}()<>[]*?^~`", r))
|
if(utfrune("#;&|^$=`'{}()<>[]*?^~`/", r))
|
||||||
goto Hard;
|
goto Hard;
|
||||||
inarg = TRUE;
|
inarg = TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user