Commit a85cc1df authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repolist: fix grep source list (thanks, bormant)

parent b5331dd1
...@@ -51,10 +51,10 @@ case $PMTYPE in ...@@ -51,10 +51,10 @@ case $PMTYPE in
docmd layman -L docmd layman -L
;; ;;
pacman) pacman)
docmd cat /etc/pacman.conf docmd grep -v "^#\|^$" /etc/pacman.conf
;; ;;
slackpkg) slackpkg)
docmd cat /etc/slackpkg/mirrors docmd grep -v "^#\|^$" /etc/slackpkg/mirrors
;; ;;
*) *)
fatal "Do not known command for $PMTYPE" fatal "Do not known command for $PMTYPE"
......
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