shithub: riscv

Download patch

ref: 0accb94ff0cb8ef52a3ffea24b20524e393cecf2
parent: 15cdb69f61478a7a8133808f198f74ef38f33041
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Fri Jun 3 20:29:24 EDT 2011

rootbind: use $objtype instead of hardcoding 386

--- a/sys/lib/rootbind
+++ b/sys/lib/rootbind
@@ -1,4 +1,4 @@
 bind `{pwd} /n/src9
-bind /n/src9/386/bin /bin
+bind /n/src9/$objtype/bin /bin
 bind -a /n/src9/rc/bin /bin
-for(i in 386 rc acme mail sys lib cron){bind -c /n/src9/$i /$i}
+for(i in $objtype rc acme mail sys lib cron){bind -c /n/src9/$i /$i}