Commit 62f448ec authored by Vitaly Lipatov's avatar Vitaly Lipatov

yum: comment out info command

parent 2f39bf26
......@@ -317,7 +317,10 @@ if [ -z "$epm_cmd" ] ; then
echo
fatstr="No such command: $*. Please use /usr/bin/yum --help"
[ -n "$*" ] || fatstr="You need to give some command"
info "$fatstr."
# TODO: https://bugzilla.altlinux.org/show_bug.cgi?id=39093
# Почему-то только в этом файле/пакете использование info вызывает зависимость на пакет info
#info "$fatstr."
echo "$fatstr."
exit 1
fi
......
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