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