summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 6c3c8ef..393fcb1 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -787,7 +787,7 @@ function pkg_info {
priority_name=$(real_priority $priority)
}
if [[ -r tags ]] {
- TAGS=($(cat tags))
+ tags=($(cat tags))
tags=$tags
tags=${tags//[[:space:]]/, }
}