mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-13 05:20:18 +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
|
if [[ $(wc -w <$REMOVEQUEUE) -eq 0 ]]; then
|
||||||
echo '"" "The queue is empty."' >$REMOVEQUEUE
|
echo '"" "The queue is empty."' >$REMOVEQUEUE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
--extra-button --extra-label "Clear" --help-button \
|
|
||||||
dialog --title "Delete Build Queue" --ok-label "Delete" \
|
dialog --title "Delete Build Queue" --ok-label "Delete" \
|
||||||
|
--extra-button --extra-label "Clear" --help-button \
|
||||||
--help-label "Done" --cancel-label "Cancel" \
|
--help-label "Done" --cancel-label "Cancel" \
|
||||||
--menu "$(crunch "The following packages are currently in \
|
--menu "$(crunch "The following packages are currently in \
|
||||||
the build queue. You can remove individual items from the build \
|
the build queue. You can remove individual items from the build \
|
||||||
|
Loading…
Reference in New Issue
Block a user