home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aux
- Path: sparky!uunet!elroy.jpl.nasa.gov!ames!nsisrv!jagubox!jim
- From: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
- Subject: Re: csh is screwed up
- Message-ID: <1055@jagubox.gsfc.nasa.gov>
- Lines: 32
- Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
- Nntp-Posting-Host: jagubox.gsfc.nasa.gov
- Reply-To: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
- Organization: NASA/Goddard Space Flight Center
- References: <1992Aug27.171503.794@colorado.edu> <1992Aug29.085228.2232@panix.com> <1992Aug31.171710.2035@colorado.edu>
- Date: Mon, 31 Aug 1992 18:25:37 GMT
-
- powellb@samwise.colorado.edu (Brian Powell) writes:
-
- >No it is not a User error, thank you.
-
- >I have modified the script I originally posted, and I still have problems. As
- >you will recall, I am having trouble getting csh to execute this script
- >correctly, so I modified it, so that it does not require any .cshrc file, etc.
-
- >#!/bin/csh -f
- >set test = `/bin/pwd`
- >echo $test
- >exit
-
- >There, everything is explicit, and should work for everybody. However, it will
- >only work on my A/UX 3.0, Mac IIfx, with 16 megs erratically. I ran it 10 times, consecutively, and it worked 3 out of the ten. The others, it never
- >executed the pwd command. I ran it both under csh and tcsh with the same
- >results. I realize that this should work for everybody; however, has anyone
- >else had this problem or resolved a similar one?
-
- Well, I tried this and it worked fine... Is it possible that your csh
- got mangled?
-
- sumdir /bin/csh
- 48700 107332 /bin/csh
-
- sum /bin/csh
- 21681 210 /bin/csh
- --
- Jim Jagielski | "This is supposed to be a happy occasion.
- jim@jagubox.gsfc.nasa.gov | Let's not bicker and argue about who
- NASA/GSFC, Code 734.4 | killed who."
- Greenbelt, MD 20771 |
-