diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-09 18:28:04 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-09 18:28:04 +0000 |
commit | 36c848dbaf94c8498592bcdec1e161d3425b0cae (patch) | |
tree | ee59b6def9eed09e6f89ed7d863e3210447a8a14 /gdb/.gdbinit | |
parent | 95469b0290dd0db99e9c0d294ff46c2ba488c09f (diff) | |
download | gdb-36c848dbaf94c8498592bcdec1e161d3425b0cae.zip gdb-36c848dbaf94c8498592bcdec1e161d3425b0cae.tar.gz gdb-36c848dbaf94c8498592bcdec1e161d3425b0cae.tar.bz2 |
* .gdbinit: Remove "source /.gdbinit". It causes a spurious error
if /.gdbinit doesn't exist (and I know of no convention of putting
something in /.gdbinit).
Diffstat (limited to 'gdb/.gdbinit')
-rw-r--r-- | gdb/.gdbinit | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/.gdbinit b/gdb/.gdbinit index 51d03a4..0bf56a6 100644 --- a/gdb/.gdbinit +++ b/gdb/.gdbinit @@ -14,4 +14,3 @@ dir ../mmalloc dir ../libiberty dir ../bfd set prompt (top-gdb) -source /.gdbinit |