* gdb_indent.sh: Allow the script to be run in the sim directory.
authorAndrew Cagney <cagney@redhat.com>
Sat, 18 May 2002 19:50:20 +0000 (19:50 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 18 May 2002 19:50:20 +0000 (19:50 +0000)
gdb/ChangeLog
gdb/gdb_indent.sh

index d4c83cc..623c9b2 100644 (file)
@@ -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.
index e54e08e..1e727fe 100755 (executable)
@@ -47,6 +47,7 @@ esac
 
 case `pwd` in
     */gdb ) ;;
+    */sim/* ) ;;
     * ) echo "Not in GDB directory" 1>&2 ; exit 1 ;;
 esac