9fans archive / 1997 / 10 / 7 / prev next
From: gdb@dbS... gdb@dbS...
Subject: [9fans] small acme bug
Date: Fri, 3 Oct 1997 09:46:08 CDT
I've made so many changes to my system I don't know
if this applies to everyone, but here it is.
In a "win" window of acme, cd to /bin and type pwd.
If you get an error (like I did) then this is the fix.
in /sys/src/cmd/acme.l about line 81 change the order
of the binds. Move bind("/acme/bin", "/bin", MBEFORE);
to *after* the bind guarded by if(cputype).
David Butler
gdb@dbS...