From 99493a15bde1b1c0d2d8f2ccc985da32570aacec 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 19:29:53 -0300 Subject: rename generic variables --- any-to-ours | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'any-to-ours') diff --git a/any-to-ours b/any-to-ours index a54cf0a..ab34a1e 100755 --- a/any-to-ours +++ b/any-to-ours @@ -61,7 +61,7 @@ for _repo in "${ARCHREPOS[@]}"; do pushd "${root_dir}/${_repo}/os/${_arch}/" >/dev/null # Add the packages to the db - repo-add "${_repo}${DBEXT}" "${SYNCED[@]}" + repo-add "${_repo}${database_extension_suffixfile}" "${SYNCED[@]}" popd >/dev/null -- cgit v1.2.3-2-g168b