Commit 1546c5e0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: share verbose and quiet with all childen

parent 1f16d1f5
......@@ -547,7 +547,7 @@ if [ -n "$quiet" ] ; then
fi
# fill
export EPM_OPTIONS="$nodeps $force $non_interactive"
export EPM_OPTIONS="$nodeps $force $verbose $quiet $non_interactive"
# if input is not console and run script from file, get pkgs from stdin too
if [ ! -n "$inscript" ] && ! inputisatty && [ -n "$PROGDIR" ] ; then
......
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