From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Thu, 27 Jul 2006 07:40:47 -0700 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: Re: Re: [9fans] mount 9P on Linux and FreeBSD via FUSE In-Reply-To: <509071940607270458ta9776datbb0cd9ec60c44dd7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14ec7b180607262309p68833ccbr2d506a3d127d261@mail.gmail.com> <509071940607270458ta9776datbb0cd9ec60c44dd7@mail.gmail.com> Cc: Topicbox-Message-UUID: 8f28b234-ead1-11e9-9d60-3106f5b1d025 > the new script 'mount' relies on a recent change to rc to allow > unquoted ='s in argument lists. i suspect you're running an old rc. > either update rc or modify the mount script to quote your ='s. That change isn't quite correct, either, but I haven't gotten to fixing it yet. (It turns "echo a = b" into "echo a=b".) I fixed the mount script to quote properly. Russ