Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!LINUS.MITRE.ORG!ramsdell From: ramsdell@LINUS.MITRE.ORG Newsgroups: gnu.bash.bug Subject: :${abc?abc} exits Message-ID: <9001051740.AA12934@huxley.mitre.org> Date: 5 Jan 90 17:40:29 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Lines: 13 bash$ :${abc?abc} abc: bad substitution bash$ :${abc?abc} abc Process shell exited abnormally with code 1 #### Here is what sh does: bash$ sh $ :${abc?abc} abc: abc $ ------------------------ John