mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-15 19:47:54 +01:00
Fix break error messages.
This commit is contained in:
parent
af7d21a99e
commit
919b08049e
1 changed files with 0 additions and 4 deletions
|
@ -242,19 +242,16 @@ EOF
|
|||
answer
|
||||
case $ANSWER in
|
||||
K|k)
|
||||
break
|
||||
;;
|
||||
O|o)
|
||||
for i in $FILES; do
|
||||
overold $i
|
||||
done
|
||||
break
|
||||
;;
|
||||
R|r)
|
||||
for i in $FILES; do
|
||||
removeold $i
|
||||
done
|
||||
break
|
||||
;;
|
||||
P|p)
|
||||
echo "Select what you want file-by-file"
|
||||
|
@ -288,7 +285,6 @@ EOF
|
|||
esac
|
||||
done
|
||||
done
|
||||
break
|
||||
;;
|
||||
*)
|
||||
echo "
|
||||
|
|
Loading…
Reference in a new issue