shithub: front

Download patch

ref: 83b6b42570f7ac375586c640305227b1793a16f0
parent: aa5f3ddd8b95b9b952ac914ad0fa4b3e6692d043
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Aug 11 12:31:47 EDT 2025

9fs: exit with success when we succeed.

--- a/rc/bin/9fs
+++ b/rc/bin/9fs
@@ -28,6 +28,8 @@
 		unmount /n/9 >/dev/null >[2]/dev/null
 		mount -c /srv/dos /n/9 $part
 	}
+	if not
+		status=()
 case dump other
 	mount -C /srv/boot /n/$1 $1
 case sources
--