aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd/acme/exec.c2
1 files changed, 1 insertions, 1 deletions
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;
}