From 975660674e48954b1f96cb489a232181b85a4928 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 23:22:45 -0300 Subject: remove deprecated architectures variables --- db-repo-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-repo-remove') diff --git a/db-repo-remove b/db-repo-remove index 5397437..c0bd088 100755 --- a/db-repo-remove +++ b/db-repo-remove @@ -19,7 +19,7 @@ if ! check_repo_permission "$repo"; then fi if [ "$arch" == "any" ]; then - tarches=("${architectures[@]}") + tarches=("${native_architectures[@]}") else tarches=("$arch") fi -- cgit v1.2.3-2-g168b