Commit b4df692e authored by Vitaly Lipatov's avatar Vitaly Lipatov

repl: add verbosity

parent a1582791
......@@ -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