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 --- any-to-ours | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'any-to-ours') diff --git a/any-to-ours b/any-to-ours index a55b62b..cbdacad 100755 --- a/any-to-ours +++ b/any-to-ours @@ -21,7 +21,7 @@ trap 'trap_exit "$(gettext "An unknown error has occurred. Exiting...")"' ERR BASEARCH='x86_64' # Traverse all Arch repos -for _repo in "${ARCHREPOS[@]}"; do +for _repo in "${derivative_repositories[@]}"; do msg "Processing %s..." "${_repo}" # Find 'any' packages @@ -35,7 +35,7 @@ for _repo in "${ARCHREPOS[@]}"; do continue fi - for _arch in "${OURARCHES[@]}"; do + for _arch in "${native_architectures[@]}"; do msg2 "Syncing %s..." "${_arch}" # Sync 'any' only and extract the synced packages -- cgit v1.2.3-2-g168b