code: purgatorio

Download patch

ref: f4624471579e0cfb531ffc733cdbe007ecdfed9d
parent: 15b2a406cc0e11377cee12b5a112c003f7250a7f
author: henesy <devnull@localhost>
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}