+Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
+
+ * gdb.texinfo (Environment): Mention pitfall with .cshrc.
+
Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
* gdbint.texinfo (new node Debugging GDB, elsewhere):
rather than assigning it an empty value.
@end table
+One thing to be aware of is that your program is run via the shell
+indicated by your @code{SHELL} environment variable if it exists; or
+@code{/bin/sh} if not. This means that if you change any environment
+variables in a @file{.cshrc} or @file{.bashrc} file, the changes will
+affect your program. You may wish to move setting of environment
+variables to @file{.login} or @file{.profile}.
+
@node Working Directory
@section Your program's working directory