mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
slip in a minor tweak I forgot to add to a previous commit
This commit is contained in:
parent
3cdbdac4c0
commit
fd40dc66e9
@ -2330,7 +2330,7 @@ process_queue () {
|
||||
done
|
||||
echo "******************************************" >> $PRECHECKLOG
|
||||
if [ "$DIAG" = 1 ]; then
|
||||
dialog --title "Pre-Check Log" --yes-label "Continue" \
|
||||
dialog --title "Pre-Check Log" --yes-label "Start Build" \
|
||||
--no-label "Back" --yesno "$(cat $PRECHECKLOG)" 0 0
|
||||
if [ $? != 0 ]; then
|
||||
rm -f $PKGPATH/$PKG*.build
|
||||
|
Loading…
Reference in New Issue
Block a user