Commit d7fac7c9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: force disable verbose in quiet mode

parent 9e650a4c
......@@ -508,6 +508,11 @@ for opt in "$@" ; do
fi
done
if [ -n "$quiet" ] ; then
verbose=''
EPM_VERBOSE=''
fi
# fill
export EPM_OPTIONS="$nodeps $force $non_interactive"
......
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