]> Git Repo - binutils.git/blobdiff - gdb/doc/gdb.texinfo
* snapshots.readme: Add notes for UNIX make and GNU make.
[binutils.git] / gdb / doc / gdb.texinfo
index 00246f5c283ca8546c7e5ba1bacdabc1aa80fb25..eaa2c6a5bcebfa23a8e316f1a03744f598a92dd0 100644 (file)
@@ -1616,6 +1616,13 @@ program.  This is different from @samp{set env @var{varname} =};
 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
 
This page took 0.056063 seconds and 4 git commands to generate.