summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-04-12 12:46:59 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-04-12 12:46:59 +0200
commite503c38d5aa39b4a40ab2584bb84c536dee02954 (patch)
tree768dbd6f9253124f882e550537798ddc0070c26d /bin/pkg
parentcdcefe05460485058a994bf3e16641ecb69349d8 (diff)
pkg: pkg_info: Fixed tag display
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:]]/, }
}