mirror of
https://github.com/sbopkg/sbopkg
synced 2025-01-29 20:34:34 +01:00
replace a break that got accidentally removed in r629
This commit is contained in:
parent
2bc57fbc68
commit
3d4cbed411
1 changed files with 1 additions and 0 deletions
|
@ -3934,6 +3934,7 @@ else
|
|||
read ANS
|
||||
case $ANS in
|
||||
q* | Q* ) parse_queue $QUEUEDIR/$PKGBUILD.sqf
|
||||
break
|
||||
;;
|
||||
p* | P* ) echo $PKGBUILD >> $TMPQUEUE
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue