diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-18 19:50:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-18 19:50:20 +0000 |
commit | 367948028d95724e2192cf6d06c143878ff8a3b5 (patch) | |
tree | 02eff37b5a1d54a5da2b4591e4c3195d5a72d0f6 | |
parent | b7a660f18bed387be16aeeb67a9479c1605b7e40 (diff) | |
download | gdb-367948028d95724e2192cf6d06c143878ff8a3b5.tar.gz |
* gdb_indent.sh: Allow the script to be run in the sim directory.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/gdb_indent.sh | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4c83cc2310..623c9b24250 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-05-18 Andrew Cagney <ac131313@redhat.com> + + * gdb_indent.sh: Allow the script to be run in the sim directory. + 2002-05-18 Mark Kettenis <kettenis@gnu.org> * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define. diff --git a/gdb/gdb_indent.sh b/gdb/gdb_indent.sh index e54e08eac53..1e727fe2309 100755 --- a/gdb/gdb_indent.sh +++ b/gdb/gdb_indent.sh @@ -47,6 +47,7 @@ esac case `pwd` in */gdb ) ;; + */sim/* ) ;; * ) echo "Not in GDB directory" 1>&2 ; exit 1 ;; esac |