replace a break that got accidentally removed in r629

This commit is contained in:
chess.griffin 2009-06-10 02:50:30 +00:00
parent 2bc57fbc68
commit 3d4cbed411

View File

@ -3934,6 +3934,7 @@ else
read ANS
case $ANS in
q* | Q* ) parse_queue $QUEUEDIR/$PKGBUILD.sqf
break
;;
p* | P* ) echo $PKGBUILD >> $TMPQUEUE
break