From e503c38d5aa39b4a40ab2584bb84c536dee02954 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Apr 2009 12:46:59 +0200 Subject: pkg: pkg_info: Fixed tag display --- bin/pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/pkg') 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:]]/, } } -- cgit v1.2.3