From dfcaa1e1423a59057eb84273b1982d69f31e9be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 23 Sep 2015 20:23:50 -0300 Subject: fix variables --- db-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-remove') diff --git a/db-remove b/db-remove index f3f1b9d..24a6742 100755 --- a/db-remove +++ b/db-remove @@ -17,7 +17,7 @@ if ! check_repo_permission "$repo"; then fi if [ "$arch" == "any" ]; then - tarches=("${ARCHES[@]}") + tarches=("${architectures[@]}") else tarches=("$arch") fi -- cgit v1.2.3-2-g168b