Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!richard.csc.ti.com!keith From: keith@richard.csc.ti.com Newsgroups: gnu.bash.bug Subject: (none) Message-ID: <8906222110.AA11427@richard.csc.ti.com> Date: 22 Jun 89 21:10:18 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 55 ~s bug-report: *m++ == MAGIC1 This is a Bash bug report. Bash maintainers should be getting this report. If this mail has bounced, for right now please send it to: bfox@ai.mit.edu since he is the current maintainer of this version of the shell. This is /epoch/misc/u2/keith/bash, version 0.99, on host richard, used by keith. This shell is interactive, and it is a login shell. The host is a SUN4 running SUNOS4. Here are the last 40 commands. if [ -z "$PS1" ] then echo "hi" fi echo $PS1 man test /bin/test -z "$PS1" emacs bg ls /usr/local/maclib help test if [ "$xyz" ] then echo "hi" else echo "bye" fi source .bash_profile h uucp alias printenv exec /usr/local/bin/bash printenv alias type help type h uucp su help wait wait ls & kill %1 ls | wait wait function ERR () { local err=$? if [ $? -ne 0 ]; then echo "(ERR:err)" fi } ERR