Re: x11 2.1.4 does not launch after update
Re: x11 2.1.4 does not launch after update
- Subject: Re: x11 2.1.4 does not launch after update
- From: "Mark J. Reed" <email@hidden>
- Date: Mon, 25 Feb 2008 09:16:24 -0500
On Mon, Feb 25, 2008 at 9:02 AM, Tim Cox <email@hidden> wrote:
> Checking back, my .bashrc has contained 'set noclobber' for many years
> without giving me any known trouble until Xquartz 2.1.3.
I wouldn't expect the values of the shell args to matter in most
cases, but if the shell is started with them set to something in
particular for a specific reason, having the .bashrc reset them might
cause odd behavior.
$ echo $1
$ set -o | grep noclobber
noclobber off
$ set noclobber
$ echo $1
noclobber
$ set -o | grep noclobber
noclobber off
$ set -o noclobber
$ set -o | grep noclobber
noclobber on
$
> Weird! Maybe a hangover from old, old use of tcsh? :)
"set noclobber" is the correct syntax for [t]csh, so that would make sense.
> # Thus .bashrc is _not_ run at login
As I said in my last message, this is correct; I was wrong. Sorry about that.
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden