The branch main has been updated by jlduran: URL: https://cgit.FreeBSD.org/src/commit/?id=d2a9ad033c3cb42b3b2a888baf63374b613df03e
commit d2a9ad033c3cb42b3b2a888baf63374b613df03e Author: Jose Luis Duran <[email protected]> AuthorDate: 2026-05-27 00:13:47 +0000 Commit: Jose Luis Duran <[email protected]> CommitDate: 2026-05-27 00:13:47 +0000 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 efe49bbf692c..ac9cf4a3abe9 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 }
