code: 9ferno

Download patch

ref: 5b6830d4dac69a1f028baaca53a19f52d1ef9987
parent: 966a5434d9bbbc089bc07b71e158ed165fd64422
author: joe9 <joe9mail@gmail.com>
date: Sat Jul 3 02:01:07 EDT 2021

corrected comment

--- a/appl/cmd/sh/sh.b
+++ b/appl/cmd/sh/sh.b
@@ -946,8 +946,7 @@
 	}exception e{
 	EPIPE =>
 		raise "fail:" + EPIPE;
-	* => raise e; # TODO the manual says that leaving this out is
-intentional. Not sure how man pages work without this
+	* => raise e; # TODO the manual says that leaving this out is intentional. Not sure how man pages work without this
 	}
 }