From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 3 Oct 1997 09:46:08 -0500 From: gdb@dbSystems.com gdb@dbSystems.com Subject: [9fans] small acme bug Topicbox-Message-UUID: 67b3c2f6-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19971003144608.X8MVr-yuvnRkC2QCU8TfXl39rTCHM4Jz5sSawoHSpj4@z> 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@dbSystems.com