Commit cb6c2a63 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmU: load gettext module for fatal using

parent 80e36bae
......@@ -5,9 +5,10 @@
# load common functions, compatible with local and installed script
. `dirname $0`/../share/eterbuild/functions/common
load_mod gettext
if [ "$1" = "-h" ]; then
echo "rpmU - the same as [sudo] rpm -Uvh - update package"
echog "rpmU - the same as [sudo] rpm -Uvh - update package"
exit 0
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