Commit a6008484 authored by Boria138's avatar Boria138 Committed by Vitaly Lipatov

Fix gettext warnings

parent aa7c6df8
......@@ -64,7 +64,7 @@ __epm_autoremove_altrpm_pp()
if [ -n "$flag" ] ; then
info ""
info
info "call again for next cycle until all modules will be removed"
__epm_autoremove_altrpm_pp "$libexclude"
fi
......@@ -135,7 +135,7 @@ __epm_autoremove_altrpm_lib()
fi
if [ -n "$flag" ] ; then
info ""
info
info "call again for next cycle until all libs will be removed"
__epm_autoremove_altrpm_lib $opt
fi
......
......@@ -68,7 +68,7 @@ __epm_korinf_install_eepm()
warning "Using external (Korinf) repo is forbidden for stable ALT branch $DISTRVERSION."
info "Check https://bugzilla.altlinux.org/44314 for reasons."
info "You can install eepm package from Korinf manually, check instruction at https://eepm.ru"
info ""
info
info "Trying update eepm from the stable ALT repository ..."
docmd epm install eepm
return
......
......@@ -196,7 +196,7 @@ __epm_repack_to_rpm()
tmpbuilddir=$HOME/$(basename $pkg).tmpdir
mkdir $tmpbuilddir
abspkg="$(realpath $pkg)"
info ""
info
info "Repacking $abspkg to local rpm format (inside $tmpbuilddir) ..."
alpkg=$(basename $pkg)
......
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