Commit ed0eed33 authored by Vitaly Lipatov's avatar Vitaly Lipatov

repolist: drop empty lines

parent f3008f27
......@@ -25,7 +25,7 @@ print_apt_sources_list()
#echo
#echo "$i:"
grep -v "^#" $i
done | grep -v "^$"
done | grep -v "^ *\$"
}
epm_repolist()
......
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