Commit 34a2ff3b authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Vitaly Lipatov

repl: add verbosity

parent b30e5851
......@@ -93,4 +93,8 @@ print_target_buildreq()
tolocal_anyrepl $i `print_pkgrepl_list` || echo -n "$i "
echo -n "$TARGETPKGNAME "
done
if [ -n "$VERBOSE" ] ; then
echo -n "Use repl file: "
print_pkgrepl_list
fi
}
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