Merge pull request #182055 from wentasah/moveToOutput-comment-fix
multiple-output.sh: fix moveToOutput comment
This commit is contained in:
commit
1238d0ed39
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue