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-add | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-repo-add') diff --git a/db-repo-add b/db-repo-add index 4ba0d2c..41dd84a 100755 --- a/db-repo-add +++ b/db-repo-add @@ -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