Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Add a missing break for the rebuild option
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Polyakov <[email protected]>
  • Loading branch information
maxpoliak committed Oct 5, 2021
1 parent 26fc342 commit 228d331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ while [ "${1:-}" != "" ]; do
"-r" | "rebuild")
FLAG_REBUILD_APP=1
shift
break
;;
"-h" | "help")
print_help
Expand Down

0 comments on commit 228d331

Please sign in to comment.