From fc41ad4920b552ba5e39be169d4b27b5897c7852 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 17 Oct 2019 09:22:44 +0200 Subject: add TODOs for removing hard-coded package suffixes --- lib/mysql-functions | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/mysql-functions') diff --git a/lib/mysql-functions b/lib/mysql-functions index 2b09f6b..023de74 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -4,6 +4,8 @@ # shellcheck disable=SC2016,SC2039,SC2119,SC2120 +# TODO: remove hard-coded package suffixes + if [ -z "${base_dir}" ]; then # just to make shellcheck happy . '../lib/load-configuration' -- cgit v1.2.3-54-g00ecf