From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from netcomsv.netcom.com ([163.179.1.9]) by hawkwind.utcs.toronto.edu with SMTP id <2764>; Fri, 16 Apr 1993 19:11:46 -0400 Received: from netapp.UUCP by netcomsv.netcom.com with UUCP (4.1/SMI-4.1) id AA21659; Fri, 16 Apr 93 15:43:19 PDT Received: from ghoti.netapp by netapp.netapp.com (4.1/SMI-4.1) id AA26231; Fri, 16 Apr 93 15:43:45 PDT Date: Fri, 16 Apr 1993 18:43:45 -0400 From: byron@netapp.com (Byron Rakitzis) Message-Id: <9304162243.AA26231@netapp.netapp.com> To: quanstro@epsilon.eecs.nwu.edu, rc@hawkwind.utcs.toronto.edu Subject: Re: bug in rc? "if" in the first position denotes the if keyword. In any other position it is passed on as an argument. this is true in sh as well: $ echo fi fi $ fi echo syntax error: `fi' unexpected $ although the rules for sh parsing are probably harder to deduce..