From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20020612201657.5559.qmail@g.bio.cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] bug or a feature? In-Reply-To: Message from Dennis Ritchie of "Wed, 12 Jun 2002 15:57:07 EDT." From: Scott Schwartz Date: Wed, 12 Jun 2002 16:16:57 -0400 Topicbox-Message-UUID: ab0145f4-eaca-11e9-9e20-41e7f4b1d025 Given that rc, unlike sh, is able to distinguish empty lists and empty strings, that seems like a natural way to represent a failed glob. Given that commands in rc and sh are able to return status, that seems like a natural way to represent a failed glob. The current behavior never seemed right to me.