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;
|
||||
if(r < ' ')
|
||||
goto Hard;
|
||||
if(utfrune("#;&|^$=`'{}()<>[]*?^~`", r))
|
||||
if(utfrune("#;&|^$=`'{}()<>[]*?^~`/", r))
|
||||
goto Hard;
|
||||
inarg = TRUE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user