Commit 6524dd52 authored by Vitaly Lipatov's avatar Vitaly Lipatov

hasher: fix verbosity when print apt.conf

parent 8e30ecc4
...@@ -90,9 +90,9 @@ prepare_aptconfig() ...@@ -90,9 +90,9 @@ prepare_aptconfig()
$ETERBUILD_APTREPO $ETERBUILD_APTREPO
EOF EOF
fi fi
[ -n "$QUIETMODE" ] || return [ -n "$QUIETMODE" ] && return
echo echo
echog "Apt sources from $OURSOURCES:" echog "Apt sources from $APTCONF:"
cat $OURSOURCES | grep -v "^#" | grep -v "^\$" | grep rpm cat $OURSOURCES | grep -v "^#" | grep -v "^\$" | grep rpm
echo echo
} }
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