index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-11-22 10:23:00 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-11-22 10:23:00 +0100 |
commit | 1ad723656baf44ecb9ec77336afadeee948729bc (patch) | |
tree | 3a50c611cad053e883b4ca70bf690c8009345d3e /lib/mysql-functions | |
parent | c9d3531e0ebb96eb270daaea28656b2af0cfa91e (diff) |
-rwxr-xr-x | lib/mysql-functions | 2 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index 2316079..4b27ac9 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -4,8 +4,6 @@ # shellcheck disable=SC2016,SC2039,SC2119,SC2120 -# TODO: make this reusable for archweb32 - if [ -z "${base_dir}" ]; then # just to make shellcheck happy . '../lib/load-configuration' |