* 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 d4c83cc231028550af8e08f48fb4a0cadc95adf8..623c9b24250f0e9c6c8bca947bce4177c64e1675 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 e54e08eac5326f357a3719cc9b345df7e7180e30..1e727fe230910920e225d39eef60507101b1d69f 100755 (executable)
@@ -47,6 +47,7 @@ esac
 
 case `pwd` in
     */gdb ) ;;
+    */sim/* ) ;;
     * ) echo "Not in GDB directory" 1>&2 ; exit 1 ;;
 esac
 
This page took 0.027189 seconds and 4 git commands to generate.