summaryrefslogtreecommitdiff
path: root/db-check-nonfree
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:38:42 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:38:42 -0300
commitdcb06b94399279fa6ccc09cfda5451bc267a9b57 (patch)
tree2a0c55e43d95f9d49220e7a42d83a4722ab146e1 /db-check-nonfree
parentdea0b1917f7d3c0850615b982c61ae3e5dc76445 (diff)
rename more variables
Diffstat (limited to 'db-check-nonfree')
-rwxr-xr-xdb-check-nonfree2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-check-nonfree b/db-check-nonfree
index 666f4d6..6fcc8ab 100755
--- a/db-check-nonfree
+++ b/db-check-nonfree
@@ -16,7 +16,7 @@ for repo in "${repos[@]}"; do
done
msg "Check nonfree in repo:"
-nonfree=($(cut -d: -f1 "${BLACKLIST_FILE}" | sort -u))
+nonfree=($(cut -d: -f1 "${blacklist_file}" | sort -u))
for repo in "${ARCHREPOS[@]}"; do
for pkgarch in "${ARCHES[@]}"; do
msg2 "%s %s" "$repo" "$pkgarch"