about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2022-11-18 22:40:50 +0000
committerGitHub <noreply@github.com>2022-11-18 22:40:50 +0000
commit1238d0ed39bab814bcb6292d412e2f278624e9d2 (patch)
tree38af007cf476d63008ff9b67f26f4d582e59dcca /pkgs/build-support/setup-hooks
parent1b3d8a0dc893d5382f00958bb0f7407b71bb68cf (diff)
parentae45c235fae586c6da092e3e0d56c52be1b183b3 (diff)
Merge pull request #182055 from wentasah/moveToOutput-comment-fix
multiple-output.sh: fix moveToOutput comment
Diffstat (limited to 'pkgs/build-support/setup-hooks')
-rw-r--r--pkgs/build-support/setup-hooks/multiple-outputs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/setup-hooks/multiple-outputs.sh b/pkgs/build-support/setup-hooks/multiple-outputs.sh
index bfa47e3b20e17..881cf6c90f483 100644
--- a/pkgs/build-support/setup-hooks/multiple-outputs.sh
+++ b/pkgs/build-support/setup-hooks/multiple-outputs.sh
@@ -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"