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

multiple-output.sh: fix moveToOutput comment

authored by Sergei Trofimovich and committed by GitHub 1238d0ed 1b3d8a0d

+1 -1
+1 -1
pkgs/build-support/setup-hooks/multiple-outputs.sh
··· 88 88 89 89 90 90 # 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} 91 + # Beware: only globbing patterns are accepted, e.g.: * ? [abc] 92 92 # A special target "REMOVE" is allowed: moveToOutput foo REMOVE 93 93 moveToOutput() { 94 94 local patt="$1"