Commit 88424895 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repo list: don't output empty line when filter matches nothing

parent 3eaab59d
......@@ -66,5 +66,5 @@ __filter_repos_list()
result="$(echo "$result" | grep -E -i -- "$i")"
done
echo "$result"
[ -n "$result" ] && echo "$result"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment