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-remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-remove') diff --git a/db-remove b/db-remove index 24a6742..a4adc23 100755 --- a/db-remove +++ b/db-remove @@ -17,7 +17,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