Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: x11 2.1.4 does not launch after update
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: x11 2.1.4 does not launch after update



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

References: 
 >x11 2.1.4 does not launch after update (From: Adrian <email@hidden>)
 >Re: x11 2.1.4 does not launch after update (From: Tim Cox <email@hidden>)
 >Re: x11 2.1.4 does not launch after update (From: "Mark J. Reed" <email@hidden>)
 >Re: x11 2.1.4 does not launch after update (From: Tim Cox <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.