From b8d8ceb7b49c99f44f4d7e69609116da4d353135 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Mon, 21 Jul 2025 21:56:46 +0800 Subject: [PATCH] Fix the missing `break` --- src/recipe/os/openSUSE.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/recipe/os/openSUSE.c b/src/recipe/os/openSUSE.c index c2d680e..7f02eb3 100644 --- a/src/recipe/os/openSUSE.c +++ b/src/recipe/os/openSUSE.c @@ -64,6 +64,7 @@ os_opensuse_setsrc (char *option) if (choice == 1) { chsrc_run_as_bash_file (RAWSTR_os_openSUSE_leap_in_bash); + break; } if (choice == 2) {