Commit 50fa87aa authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix quotes (eterbug #11863)

parent d0c75223
......@@ -222,6 +222,8 @@ epm_print()
{
[ -n "$pkg_filenames" ] || fatal "Missed args. Use epm print help for get help."
__epm_print "$(eval echo $quoted_args)"
# Note! do not quote args below (see eterbug #11863)
# shellcheck disable=SC2046
__epm_print $(eval echo $quoted_args)
}
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