commit fea86f063930ea187f1c77e93207ac8d39125520 from: Marius Eriksen via: Russ Cox date: Fri Sep 06 20:23:49 2013 UTC acme: execute commands with / using shell This allows commands in bin subdirectories. R=rsc CC=plan9port.codebot https://codereview.appspot.com/13254044 commit - 7603066e73d31aab84657bc4c0806f11856f672f commit + fea86f063930ea187f1c77e93207ac8d39125520 blob - ae6668c6f9fc7ae3d49842631c433f08e68e617a blob + 59ae22869e8748549e56433922c47ee8c58d0258 --- src/cmd/acme/exec.c +++ 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; }