diff options
author | Erich Eckner <git@eckner.net> | 2018-04-11 14:39:25 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-11 14:39:25 +0200 |
commit | 1fcb9377acd6b35241ac79a12dea28eb6f356ced (patch) | |
tree | e8b6e3359dcfe3c471b0476838229eb675e41a42 | |
parent | ca9c7b0bb09d77669a756cd74a55211629254805 (diff) | |
download | builder-1fcb9377acd6b35241ac79a12dea28eb6f356ced.tar.xz |
lib/mysql-functions: whoops, typo
-rwxr-xr-x | lib/mysql-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions index e0ff6fd..04ee14a 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -95,7 +95,7 @@ mysql_add_package_source() { local repo local repo_path local commit_time - loacl pkgbuild + local pkgbuild if grep -qx 'PKGBUILD_mod = \S\+' "${srcinfo_file}"; then uses_modification=1 |