summaryrefslogtreecommitdiff
path: root/gdb/gdb_indent.sh
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-18 19:50:20 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-18 19:50:20 +0000
commit367948028d95724e2192cf6d06c143878ff8a3b5 (patch)
tree02eff37b5a1d54a5da2b4591e4c3195d5a72d0f6 /gdb/gdb_indent.sh
parentb7a660f18bed387be16aeeb67a9479c1605b7e40 (diff)
downloadgdb-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-xgdb/gdb_indent.sh1
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