From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 24 Jun 2005 15:28:37 -0500 From: Sam To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: [9fans] rc eflag bug? Topicbox-Message-UUID: 5ffdfbdc-ead0-11e9-9d60-3106f5b1d025 Specifically: baron% @{ flag e + flag e; echo eflag: $status echo one cp /this/should /bail echo time } eflag: one cp: can't stat /this/should: '/this/should' directory entry not found time baron% rc; echo back baron% c=c baron% if(~ $c c){ flag e + echo two cp /this/should /bail echo times } two cp: can't stat /this/should: '/this/should' directory entry not found times baron% #and yet when run again ... baron% if(~ $c c){ echo three cp /this/will /bail echo times } three cp: can't stat /this/will: '/this/will' directory entry not found back baron% Sam