Commit eb5e5487 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: write verbose output to stderr

parent 67a24504
......@@ -224,6 +224,7 @@ pkg_names=$(strip_spaces "$pkg_names")
pkg_filenames=$(strip_spaces "$pkg_files $pkg_names")
echover "command: $epm_cmd"
echover "pkg_files=$pkg_files"
echover "pkg_names=$pkg_names"
......
......@@ -56,7 +56,7 @@ restore_color()
echover()
{
[ -n "$verbose" ] || return
echo "$*"
echo "$*" >&2
}
# Used DISTRNAME
......
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