Commit 0ee373e2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: print command when run with --verbose or EPM_VERBOSE is set

parent cc392948
......@@ -491,6 +491,8 @@ case $epm_cmd in
;;
esac
[ -n "$verbose$EPM_VERBOSE" ] && showcmd "$0 $*"
# Run helper for command with natural args
load_helper epm-$epm_cmd
eval epm_$epm_cmd $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