mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
fix inverted lines from one of slakmagik's patches
This commit is contained in:
parent
fd40dc66e9
commit
26b6a300d3
@ -1177,9 +1177,8 @@ delete_build_queue () {
|
||||
if [[ $(wc -w <$REMOVEQUEUE) -eq 0 ]]; then
|
||||
echo '"" "The queue is empty."' >$REMOVEQUEUE
|
||||
fi
|
||||
|
||||
--extra-button --extra-label "Clear" --help-button \
|
||||
dialog --title "Delete Build Queue" --ok-label "Delete" \
|
||||
--extra-button --extra-label "Clear" --help-button \
|
||||
--help-label "Done" --cancel-label "Cancel" \
|
||||
--menu "$(crunch "The following packages are currently in \
|
||||
the build queue. You can remove individual items from the build \
|
||||
|
Loading…
Reference in New Issue
Block a user