summaryrefslogtreecommitdiff
path: root/db-remove
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:22:45 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 23:22:45 -0300
commit975660674e48954b1f96cb489a232181b85a4928 (patch)
treea0360766d2db20d982dceb69484fe2b92f3e77e6 /db-remove
parentb2a6a10a14459715cee3d2cd49db9244c40bf969 (diff)
remove deprecated architectures variables
Diffstat (limited to 'db-remove')
-rwxr-xr-xdb-remove2
1 files changed, 1 insertions, 1 deletions
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