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 /gdb/gdb_indent.sh | |
parent | b7a660f18bed387be16aeeb67a9479c1605b7e40 (diff) | |
download | gdb-367948028d95724e2192cf6d06c143878ff8a3b5.tar.gz |
* gdb_indent.sh: Allow the script to be run in the sim directory.
Diffstat (limited to 'gdb/gdb_indent.sh')
-rwxr-xr-x | gdb/gdb_indent.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |