mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-11 20:48:11 +01:00
incorporate patch from eric Pratt so sbopkg honors -q; fixes Issue 66
This commit is contained in:
parent
a798ef037b
commit
a6112368f7
1 changed files with 18 additions and 16 deletions
|
@ -3906,6 +3906,7 @@ process_queue() {
|
||||||
echo
|
echo
|
||||||
echo "Pre-check complete."
|
echo "Pre-check complete."
|
||||||
echo
|
echo
|
||||||
|
if [[ ! $QUIET ]]; then
|
||||||
crunch_fmt "Do you wish to proceed based on the search \
|
crunch_fmt "Do you wish to proceed based on the search \
|
||||||
results above? Packages not found will be skipped during \
|
results above? Packages not found will be skipped during \
|
||||||
the process."
|
the process."
|
||||||
|
@ -3922,6 +3923,7 @@ process_queue() {
|
||||||
*) unknown_response ;;
|
*) unknown_response ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
fi
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
if [[ $KEEPLOG ]]; then
|
if [[ $KEEPLOG ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue