From: utzoo!decvax!harpo!seismo!hao!hplabs!sri-unix!sun!wnj@krypton Newsgroups: net.unix-wizards Title: fix to csh # processing bug Article-I.D.: sri-arpa.934 Posted: Sat Apr 2 18:15:42 1983 Received: Wed Apr 20 04:58:24 1983 From: sun!wnj@krypton (Bill Joy) this fixes the bug with # being a comment character in csh -c ------- sh.lex.c ------- 205c205,206 < if (intty) --- > { extern bool nofile; > if (intty || nofile) 206a208 > } bill joy