mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
fix inverted lines from one of slakmagik's patches
This commit is contained in:
parent
fd40dc66e9
commit
26b6a300d3
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue