[parser] Changed return to break
This commit is contained in:
parent
54013450b4
commit
8a7cdff149
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ while true; do
|
|||
;;
|
||||
|
||||
*)
|
||||
return 2
|
||||
break 2
|
||||
;;
|
||||
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue