incorporate patch from eric Pratt so sbopkg honors -q; fixes Issue 66

This commit is contained in:
chess.griffin 2013-12-09 02:23:42 +00:00
parent a798ef037b
commit a6112368f7

View File

@ -3906,6 +3906,7 @@ process_queue() {
echo
echo "Pre-check complete."
echo
if [[ ! $QUIET ]]; then
crunch_fmt "Do you wish to proceed based on the search \
results above? Packages not found will be skipped during \
the process."
@ -3922,6 +3923,7 @@ process_queue() {
*) unknown_response ;;
esac
done
fi
echo
fi
if [[ $KEEPLOG ]]; then