From 1676406f22a775031a2f106acac3271b1c9f8c63 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 11 Sep 2014 17:35:37 +0000 Subject: [PATCH] fix: Jannet info output lots of spaces or tabs at the end of the lines Signed-off-by: Jan Lindemann --- scripts/jannet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jannet b/scripts/jannet index 5097e9cb..8c4666d4 100644 --- a/scripts/jannet +++ b/scripts/jannet @@ -77,7 +77,7 @@ list_all_packages() { rpm -qa --queryformat '%{NAME}: %{VENDOR}\n' | \ grep -i '^[^ ]\+:.*\(jannet\|c-mexx\)' | \ - sed 's/\(^[^ ]\+\) *:.*/\1/' |\ + sed 's/\(^[^ ]\+\) *:.*/\1/; s/[ ]*$//' |\ sort -u }