summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2019-12-21 14:20:30 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2019-12-21 14:20:30 -0800
commit33c897b170fdc34c0ae19ef02fc7aec6fee76845 (patch)
tree41e9e00b18c8cb08dbd95f02020a2431e70c578c
parentsnapshots-create.sh: fix SC2143 (diff)
downloadmastermirror-scripts-33c897b170fdc34c0ae19ef02fc7aec6fee76845.tar.gz
mastermirror-scripts-33c897b170fdc34c0ae19ef02fc7aec6fee76845.tar.bz2
mastermirror-scripts-33c897b170fdc34c0ae19ef02fc7aec6fee76845.zip
snapshots-create.sh: SC2066
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rwxr-xr-xsnapshots-create.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/snapshots-create.sh b/snapshots-create.sh
index 9a42343..c66459c 100755
--- a/snapshots-create.sh
+++ b/snapshots-create.sh
@@ -339,6 +339,7 @@ for f in "${FILENAME}" "${FILENAME%.*}".xz ; do
"${UPLOAD}"portage-latest.tar.${ext}.md5sum || exit $?
ln -sf "${f}".gpgsig "${UPLOAD}"portage-latest.tar.${ext}.gpgsig || exit $?
done
+# shellcheck disable=SC2066
for f in "${FILENAME_NEW}" ; do
ext=${f##*.}
ln -sf "$f" "${UPLOAD}"gentoo-latest.tar.${ext} || exit $?