diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-12 12:46:59 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-04-12 12:46:59 +0200 |
| commit | e503c38d5aa39b4a40ab2584bb84c536dee02954 (patch) | |
| tree | 768dbd6f9253124f882e550537798ddc0070c26d | |
| parent | cdcefe05460485058a994bf3e16641ecb69349d8 (diff) | |
pkg: pkg_info: Fixed tag display
| -rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:]]/, } } |
