From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v613) In-Reply-To: <200403190757.i2J7vUIO097549@adat.davidashen.net> References: <200403190757.i2J7vUIO097549@adat.davidashen.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <59B1952A-797D-11D8-8706-000A95B984D8@mightycheese.com> Content-Transfer-Encoding: 7bit From: Rob Pike Subject: Re: [9fans] ls, rc question -- proposed change to rc/glob.c To: 9fans@cse.psu.edu Date: Fri, 19 Mar 2004 00:13:49 -0800 Topicbox-Message-UUID: 37dc1ce0-eacd-11e9-9e20-41e7f4b1d025 > Since I don't have a printer, here is a proposed change to rc/glob.c i don't like changing the shell to mask kernel behavior. it leads to surprises. consider unix shells that `fix' cd in a way that it differs from the chdir system call. i say leave it. the current behavior doesn't break much and as rsc says it can even be informative. -rob