From d240ec6c6329004f97eff2627d72de77c51664c0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 2 Feb 2018 10:32:04 +0100 Subject: bin/mysql-functions: bugfix - I used the wrong variable --- bin/mysql-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/mysql-functions') diff --git a/bin/mysql-functions b/bin/mysql-functions index a17f7a2..d0861e7 100755 --- a/bin/mysql-functions +++ b/bin/mysql-functions @@ -39,7 +39,7 @@ mysql_add_package_source() { fi uses_upstream=0 for repo in ${repo_names}; do - if eval 'git -C "${repo_paths__'"${values}"'}" archive "$2" -- "$1/repos/$4-*/PKGBUILD" 2>/dev/null' | \ + if eval 'git -C "${repo_paths__'"${repo}"'}" archive "$2" -- "$1/repos/$4-*/PKGBUILD" 2>/dev/null' | \ tar -t 2>/dev/null | \ sed 's,-x86_64/,-any/,' | \ grep -qFx "$1/repos/$4-any/PKGBUILD"; then -- cgit v1.2.3-54-g00ecf