Commit d5f55644 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm install: add missed --simulate support for hilevel command

parent 341bc40a
......@@ -76,6 +76,12 @@ epm_install_names()
return
fi
if [ -n "$dryrun" ] ; then
load_helper epm-simulate
epm simulate "$@"
return
fi
if [ -n "$non_interactive" ] ; then
epm_ni_install_names "$@"
return
......
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