From: utzoo!decvax!cca!chris.umcp-cs@UDel-Relay@sri-unix Newsgroups: net.unix-wizards Title: Anyone seen this one? Article-I.D.: sri-unix.4417 Posted: Thu Nov 25 18:27:19 1982 Received: Sat Nov 27 01:08:29 1982 From: Chris Torek Date: 24 Nov 82 01:30:11 EST (Wed) (4.1BSD C shell:) % alias foo 'eval `foo`' % foo Illegal instruction (core dumped) % It's obviously trouble with the expansion loop, but I can't figure out what in the source code to change (actually, it's more like "I'm not willing to spend the time looking for the bug"). - Chris