Merge pull request #182055 from wentasah/moveToOutput-comment-fix

multiple-output.sh: fix moveToOutput comment
This commit is contained in:
Sergei Trofimovich 2022-11-18 22:40:50 +00:00 committed by GitHub
commit 1238d0ed39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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