From: Andrew Cagney Date: Sat, 18 May 2002 19:50:20 +0000 (+0000) Subject: * gdb_indent.sh: Allow the script to be run in the sim directory. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8efe637df417b2d83b783ed0bee4b4a68ccfd7f8;p=binutils-gdb.git * gdb_indent.sh: Allow the script to be run in the sim directory. --- 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 + + * gdb_indent.sh: Allow the script to be run in the sim directory. + 2002-05-18 Mark Kettenis * 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