From 67ffb502ea0c2bbf36dbfc0c8dfcd065002aabd8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 23 Aug 2017 22:07:00 +0200 Subject: silence all other shellcheck warnings --- bin/db-update | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/db-update') diff --git a/bin/db-update b/bin/db-update index 74bab79..1efc776 100755 --- a/bin/db-update +++ b/bin/db-update @@ -25,6 +25,7 @@ # use "builds" instead of assuming package builds only it's name +# shellcheck disable=SC2039 # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" @@ -275,6 +276,7 @@ move_packages() { while read -r repo; do + # shellcheck disable=SC2086 ${dummynator} ${master_mirror_rsync_command} \ "${tmp_dir}/${repo}/${repo}.db."* \ "${tmp_dir}/${repo}/${repo}.files."* \ -- cgit v1.2.3-70-g09d2