Commit e1696a9e authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-play: make --short list the same like full (ALT bug 42566)

parent 43a93029
......@@ -165,6 +165,8 @@ __epm_play_list()
if [ -n "$short" ] ; then
for i in $(__list_all_app) ; do
local desc="$(__get_app_description $i)"
[ -n "$desc" ] || continue
echo "$i"
done
exit
......
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