code: 9ferno

Download patch

ref: 8dc249c8fd81431d5adceae019e84e66ba56e0de
parent: 4cc6d43e4ab51d2c6e59c4a7d1e7353601c8e0d4
author: henesy <unknown>
date: Mon May 31 13:41:54 EDT 2021

remove debug print

--- a/appl/cmd/sh/sh.b
+++ b/appl/cmd/sh/sh.b
@@ -769,7 +769,6 @@
 
 		if (!disfile) {
 			npath += ".dis";
-			sys->print("trying ⇒ %s\n", npath);
 			fd = sys->open(npath, sys->OREAD);
 			if(fd != nil){
 				return npath;
--- a/lib/sh/profile
+++ b/lib/sh/profile
@@ -24,4 +24,4 @@
 cd
 and {ftest -e namespace}	{nsbuild}
 and {ftest -d tmp}		{bind -c tmp /tmp}
-and {ftest -e lib/profile}	{run lib/profile}
+and {ftest -e lib/profile}	{run ./lib/profile}