[18833] in Athena Bugs
Re: sun4 8.4.19: bash
daemon@ATHENA.MIT.EDU (Stephen Turner)
Wed Feb 28 16:04:01 2001
Message-Id: <200102282103.QAA02475@snowdrop.mit.edu>
To: ghudson@MIT.EDU
cc: bugs@MIT.EDU, sturner@MIT.EDU
Date: Wed, 28 Feb 2001 16:03:57 -0500
From: Stephen Turner <sturner@MIT.EDU>
Greg,
I tried the suggested command and received an error:
athena$ sh -x /usr/athena/lib/init/bashrc
initdir=/usr/athena/lib/init
+ [ set != set ]
+ set -o noclobber
/usr/athena/lib/init/bashrc: -o: bad option(s)
Guessing, I then tried:
athena$ bash -x /usr/athena/lib/init/bashrc
and got:
+ initdir=/usr/athena/lib/init
+ '[' set '!=' set ']'
+ set -o noclobber
+ '[' '' = set ']'
+ ulimit -c
0
+ alias mail=Mail
+ '[' set = set ']'
+ '[' -z 2309 ']'
+ add_flags=
+ alias 'setup=echo "setup is not supported in bash yet"'
+ '[' '' '!=' set -a -r /afs/athena.mit.edu/user/s/t/sturner/.bashrc.mine ']'
Not sure if this is useful - I do see a '0' in there though...
Thanks,
Steve