index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2021-04-07 09:01:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-04-07 09:01:42 +0200 |
commit | 7a2755a6a254c6dbaec952f71b4e807b33ed186e (patch) | |
tree | 99f075344f79f8353fc068200a6a32d5113dee77 /lib | |
parent | 44fc8e23fe61251b903ab777676c14e0a6cbbf4c (diff) |
-rwxr-xr-x | lib/mysql-functions | 4 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index 17df755..1706c11 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -1513,8 +1513,8 @@ mysql_retrieve_static_information() { printf ') SEPARATOR "\\\\|"),' printf '"\\""' printf ') FROM `compressions`;\n' - } | \ - mysql_run_query + } \ + | mysql_run_query )" } |