aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2026-05-27 00:13:47 +0000
committerJose Luis Duran <jlduran@FreeBSD.org>2026-05-27 00:13:47 +0000
commitd2a9ad033c3cb42b3b2a888baf63374b613df03e (patch)
tree0907fc418c983a846033cabad77bd27e53231d52
parent9d133c76402e769fd63ed838ad641572439cd126 (diff)
nanobsd: Remove spurious exit call
Reviewed by: imp MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D57217
-rw-r--r--tools/tools/nanobsd/legacy.sh1
1 files changed, 0 insertions, 1 deletions
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
}