RE: .xinitrc Not Executing on Startup
RE: .xinitrc Not Executing on Startup
- Subject: RE: .xinitrc Not Executing on Startup
- From: Yannuzzi Mark J Civ AFRL/SNDD <email@hidden>
- Date: Wed, 12 Feb 2003 14:59:02 -0500
Thanks,
It was too obvious, I should have seen it, I was so used to modifying my .tcshrc, that I forgot it might be a different shell...
> ----------
> From: Stephen Beitzel
> Sent: Wednesday, February 12, 2003 3:00 PM
> To: Yannuzzi Mark J Civ AFRL/SNDD
> Subject: Re: .xinitrc Not Executing on Startup
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> You're probably going to get heaps of advice about this one, but here's
> the obvious thing I saw.
>
> #!/bin/sh
> ...
> setenv TERM_PROGRAM Apple_Terminal
>
> setenv is a csh command, but the script says it's supposed to be run in
> sh. The way to assign an environment variable in sh would be:
>
> TERM_PROGRAM=Apple_Terminal
> export TERM_PROGRAM
>
> I hope this helps.
>
> Steve
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 8.0
>
> iQEVAwUBPkqn02Vp8U5L+EzBAQJDcwf/Zx+/98aZwL6aXjYBHtxy69IOmO9bXk8I
> 3PNhLSXdbhXCCe4iijbEx/tacleYoxtJmKdivj+0EtuwnFh2ZM0aZ1tIBpMlZNJi
> Qgl0s8e+eR5Dp3y0HK+l1ox5S+KPftrkmKwIlJ+GAyYbpCfhDjEQ+zE/tF9SkodS
> ckQKnxEARzf33BHNtoUcwEDloWKIOLvdXgIiRR/w0tW0CcSheRWy9Ggqfj+gboD9
> NMqWoZw3uNgTWHThUHA19Bc3mhckxdPslmWs/uheZ+IM+7yvrEzXJtLlHW5+2S0F
> RA+2ak+xyh8g/xkLLbK5pSw8aBJAiXw+mo6yMVjsTJdggJtajYRMWQ==
> =SdpN
> -----END PGP SIGNATURE-----
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.