From d2a9ad033c3cb42b3b2a888baf63374b613df03e Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Wed, 27 May 2026 00:13:47 +0000 Subject: [PATCH] nanobsd: Remove spurious exit call Reviewed by: imp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D57217 --- tools/tools/nanobsd/legacy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/tools/nanobsd/legacy.sh b/tools/tools/nanobsd/legacy.sh index efe49bbf692..ac9cf4a3abe 100644 --- a/tools/tools/nanobsd/legacy.sh +++ b/tools/tools/nanobsd/legacy.sh @@ -351,7 +351,6 @@ _create_diskimage() { ${cfgimage} \ ${dataimage} \ -o ${IMG} - exit ) > ${NANO_LOG}/_.di 2>&1 }