Commit 95e64f75 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add small comments

parent e16ab5a3
...@@ -146,5 +146,7 @@ case $PMTYPE in ...@@ -146,5 +146,7 @@ case $PMTYPE in
esac esac
docmd $CMD docmd $CMD
# FIXME: do not print empty lines, but we will lost error status definitely
# | grep -v "^$"
} }
...@@ -89,11 +89,10 @@ epm_upgrade() ...@@ -89,11 +89,10 @@ epm_upgrade()
guix) guix)
CMD="guix package -u" CMD="guix package -u"
;; ;;
# install does not update aptcyg)
#aptcyg) docmd_foreach "epm install" $(short=1 epm packages)
# docmd_foreach "epm install" $(epm packages) return
# return ;;
# ;;
*) *)
fatal "Have no suitable command for $PMTYPE" fatal "Have no suitable 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