Commit cb6c2a63 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmU: load gettext module for fatal using

parent 80e36bae
...@@ -5,9 +5,10 @@ ...@@ -5,9 +5,10 @@
# load common functions, compatible with local and installed script # load common functions, compatible with local and installed script
. `dirname $0`/../share/eterbuild/functions/common . `dirname $0`/../share/eterbuild/functions/common
load_mod gettext
if [ "$1" = "-h" ]; then 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 exit 0
fi 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