mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 07:00:39 +01:00
fix: Jannet info output lots of spaces or tabs at the end of the lines
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
27f98b762e
commit
1676406f22
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ list_all_packages()
|
||||||
{
|
{
|
||||||
rpm -qa --queryformat '%{NAME}: %{VENDOR}\n' | \
|
rpm -qa --queryformat '%{NAME}: %{VENDOR}\n' | \
|
||||||
grep -i '^[^ ]\+:.*\(jannet\|c-mexx\)' | \
|
grep -i '^[^ ]\+:.*\(jannet\|c-mexx\)' | \
|
||||||
sed 's/\(^[^ ]\+\) *:.*/\1/' |\
|
sed 's/\(^[^ ]\+\) *:.*/\1/; s/[ ]*$//' |\
|
||||||
sort -u
|
sort -u
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue