Skip to content

Commit e19adbd

Browse files
committed
".." in globs are not illegal
1 parent bfcd513 commit e19adbd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CommandLineTool.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,8 @@ $graph:
312312
path pattern (it does begin with a slash '/') then it must
313313
refer to a path within the output directory. It is an error
314314
if any glob resolves to a path outside the output directory.
315-
Specifically this means globs with relative paths containing
316-
'..' or absolute paths that refer outside the output directory
317-
are illegal.
315+
Specifically this means globs that resolve to paths outside the output
316+
directory are illegal.
318317
319318
A glob may match a path within the output directory which is
320319
actually a symlink to another file. In this case, the

0 commit comments

Comments
 (0)