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

add small comments

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