index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-01-17 14:18:57 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-17 14:18:57 +0100 |
commit | 81e0f55ccc55da3d837d6247fa2cc27a25b08ffa (patch) | |
tree | ffa45fa6f94b91f078a89672c44639149535c234 | |
parent | ecc46adbdc33951bb8e683e9d46c4771e1d35704 (diff) |
-rwxr-xr-x | bin/mysql-functions | 4 |
diff --git a/bin/mysql-functions b/bin/mysql-functions index ca7d0ca..1369ae8 100755 --- a/bin/mysql-functions +++ b/bin/mysql-functions @@ -616,7 +616,7 @@ mysql_sanity_check() { "${temp_dir}/mysql-packages" diff -u \ - "${temp_dir}/mysql-packages" \ - "${temp_dir}/master-mirror-listing" + "${temp_dir}/master-mirror-listing" \ + "${temp_dir}/mysql-packages" ) } |