* gdb_indent.sh: Allow the script to be run in the sim directory.

This commit is contained in:
Andrew Cagney 2002-05-18 19:50:20 +00:00
parent f0f625e28b
commit 8efe637df4
2 changed files with 5 additions and 0 deletions

View 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.

View File

@ -47,6 +47,7 @@ esac
case `pwd` in
*/gdb ) ;;
*/sim/* ) ;;
* ) echo "Not in GDB directory" 1>&2 ; exit 1 ;;
esac