From fea86f063930ea187f1c77e93207ac8d39125520 Mon Sep 17 00:00:00 2001 From: Marius Eriksen Date: Fri, 6 Sep 2013 16:23:49 -0400 Subject: acme: execute commands with / using shell This allows commands in bin subdirectories. R=rsc CC=plan9port.codebot https://codereview.appspot.com/13254044 --- src/cmd/acme/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cmd/acme/exec.c b/src/cmd/acme/exec.c index ae6668c6..59ae2286 100644 --- a/src/cmd/acme/exec.c +++ b/src/cmd/acme/exec.c @@ -1479,7 +1479,7 @@ runproc(void *argvp) continue; if(r < ' ') goto Hard; - if(utfrune("#;&|^$=`'{}()<>[]*?^~`", r)) + if(utfrune("#;&|^$=`'{}()<>[]*?^~`/", r)) goto Hard; inarg = TRUE; } -- cgit v1.2.3