main: replace os.exit with return

See: #6
This commit is contained in:
Clayton Craft
2021-09-03 22:41:34 -07:00
parent 5b6cf42e10
commit adec7cfe07

View File

@@ -34,7 +34,7 @@ func main() {
log.Print("NOTE: deviceinfo (from device package) not installed yet, " + log.Print("NOTE: deviceinfo (from device package) not installed yet, " +
"not building the initramfs now (it should get built later " + "not building the initramfs now (it should get built later " +
"automatically.)") "automatically.)")
os.Exit(0) return
} }
var outDir string var outDir string