summaryrefslogtreecommitdiff
path: root/archrelease.in
diff options
context:
space:
mode:
Diffstat (limited to 'archrelease.in')
-rw-r--r--archrelease.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/archrelease.in b/archrelease.in
index 5bc2c90..533a547 100644
--- a/archrelease.in
+++ b/archrelease.in
@@ -54,6 +54,9 @@ for file in "${known_files[@]}"; do
fi
done
+# gracefully handle files containing an "@" character
+known_files=("${known_files[@]/%/@}")
+
for tag in "$@"; do
stat_busy "Copying ${trunk} to ${tag}"