index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-09-14 13:45:18 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-14 13:45:18 +0200 |
commit | ea0a857c2154f3ffa69ba5e5df15aff7e8e97590 (patch) | |
tree | 110fca9c188f0f1cbdeecde232b442ea4c421f88 | |
parent | dc6a8a45cac8d947863ec8508aaba07315e24c8c (diff) |
-rwxr-xr-x | lib/mysql-functions | 2 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index 31bdfd0..c596b38 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -4,6 +4,8 @@ # 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' |