Commit edd52a5
Changed files (1)
index.mjs
@@ -236,7 +236,7 @@ function substitute(arg) {
}
function quote(arg) {
- if (/^[a-z0-9_.-]+$/i.test(arg)) {
+ if (/^[a-z0-9_.-/]+$/i.test(arg)) {
return arg
}
return `$'`