diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-03 07:43:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-04-03 07:43:51 +0000 |
commit | 639f6cbfbae60add987787d5fc611c872d49ea34 (patch) | |
tree | 9d7f09db96ec6edd300216bf823504a8544e0fb6 /gcc/ChangeLog | |
parent | dc901594a408981430aeab4d0d868f977232e5ff (diff) | |
download | gcc-639f6cbfbae60add987787d5fc611c872d49ea34.tar.gz |
* fixinc/server.c (find_shell): New function. Avoid $SHELL.
(run_shell): Use it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32878 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cfa341c74b4..c2c3aa948e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-04-03 Felix Lee <flee@cygnus.com> + + * fixinc/server.c (find_shell): New function. Avoid $SHELL. + (run_shell): Use it. + 2000-04-03 Jonathan Larmour <jlarmour@redhat.co.uk> * Makefile.in (stmp-int-hdrs): Make include subdir here... |