git: d2a9ad033c3c - main - nanobsd: Remove spurious exit call
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 May 2026 00:37:00 UTC
The branch main has been updated by jlduran:
URL: https://cgit.FreeBSD.org/src/commit/?id=d2a9ad033c3cb42b3b2a888baf63374b613df03e
commit d2a9ad033c3cb42b3b2a888baf63374b613df03e
Author: Jose Luis Duran <jlduran@FreeBSD.org>
AuthorDate: 2026-05-27 00:13:47 +0000
Commit: Jose Luis Duran <jlduran@FreeBSD.org>
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
}