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()
$ETERBUILD_APTREPO
EOF
fi
[ -n "$QUIETMODE" ] || return
[ -n "$QUIETMODE" ] && return
echo
echog "Apt sources from $OURSOURCES:"
echog "Apt sources from $APTCONF:"
cat $OURSOURCES | grep -v "^#" | grep -v "^\$" | grep rpm
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