Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!um-math!hyc From: hyc@math.lsa.umich.edu (Howard Chu) Newsgroups: comp.windows.misc Subject: Re: MGR installation Message-ID: <570@stag.math.lsa.umich.edu> Date: 9 Feb 89 20:07:25 GMT References: <8901271859.AA29288@wind.bellcore.com> <9862@bcsaic.UUCP> <19729@uflorida.cis.ufl.EDU> Sender: usenet@math.lsa.umich.edu Reply-To: hyc@math.lsa.umich.edu (Howard Chu) Organization: University of Michigan Math Dept., Ann Arbor Lines: 24 UUCP-Path: {mailrus,umix}!um-math!hyc In article <19729@uflorida.cis.ufl.EDU> esj@manatee.cis.ufl.edu (Eric S. Johnson) writes: >In article <9862@bcsaic.UUCP> paula@bcsaic.UUCP (Paul Allen) writes: >>Typing the command "eval `set_termcap`" complained "unmatched '". >> > >This one ticked me off for a hour yesterday. Most likely you don't have >your SHELL environment variable set to /bin/csh. That one was in the >manual. It just took me a while to figure out that it didn't recognize >/usr/local/tcsh as a csh.... ;-) There's actually a more fundamental problem - you really need to: set noglob;eval `set_termcap` This also tends to be a problem with people trying to use "tset -s" ... They both spit out "set noglob" commands, but the command isn't accepted until the entire string is unquoted/escaped, etc., which is too late. Globbing occurs before command evaluation - thus you get the complaint about the unmatched quote. -- / /_ , ,_. Howard Chu / /(_/(__ University of Michigan / Computing Center College of LS&A ' Unix Project Information Systems