From 65d82cf9a76c8442248a9eaf77a053c47c2ae415 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 31 Jan 2018 20:26:39 +0100 Subject: bin/modify-package-state: bugfix - how could this have slipped through shellcheck? --- bin/modify-package-state | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'bin/modify-package-state') diff --git a/bin/modify-package-state b/bin/modify-package-state index aa42764..5e4face 100755 --- a/bin/modify-package-state +++ b/bin/modify-package-state @@ -144,14 +144,8 @@ while read -r package reason; do 'repository_stabilities' 'repository_stabilities' 'repositories' 'stability' \ 'architectures' 'architectures' 'binary_packages' 'architecture' ) - # shellcheck disable=SC2016 + # shellcheck disable=SC2016,SC2031 selector=$( - local pkgname - local epoch - local pkgver - local pkgrel - local sub_pkgrel - local arch extract_pkgname_epoch_pkgver_pkgrel_sub_pkgrel_arch_from_package_name "${package}" printf 'WHERE `repository_stabilities`.`name`="testing"' printf ' AND `binary_packages`.`%s`=from_base64("%s")' \ -- cgit v1.2.3