diff options
author | Erich Eckner <git@eckner.net> | 2019-10-17 09:22:44 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-10-17 09:22:44 +0200 |
commit | fc41ad4920b552ba5e39be169d4b27b5897c7852 (patch) | |
tree | 4a08e6d190d5f955d67c32d77ab46ee71808e73a /lib/mysql-functions | |
parent | a4f18cd8210a0e572e41a7744664f518faaa6498 (diff) | |
download | builder-fc41ad4920b552ba5e39be169d4b27b5897c7852.tar.xz |
add TODOs for removing hard-coded package suffixes
Diffstat (limited to 'lib/mysql-functions')
-rwxr-xr-x | lib/mysql-functions | 2 |
1 files changed, 2 insertions, 0 deletions
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' |