···888990# Move subpaths that match pattern $1 from under any output/ to the $2 output/
91-# Beware: only globbing patterns are accepted, e.g.: * ? {foo,bar}
92# A special target "REMOVE" is allowed: moveToOutput foo REMOVE
93moveToOutput() {
94 local patt="$1"
···888990# Move subpaths that match pattern $1 from under any output/ to the $2 output/
91+# Beware: only globbing patterns are accepted, e.g.: * ? [abc]
92# A special target "REMOVE" is allowed: moveToOutput foo REMOVE
93moveToOutput() {
94 local patt="$1"