OSDN Git Service

* gdb-events.sh: Make if statements and tests
authorkseitz <kseitz>
Thu, 7 Jun 2001 19:40:55 +0000 (19:40 +0000)
committerkseitz <kseitz>
Thu, 7 Jun 2001 19:40:55 +0000 (19:40 +0000)
commit6be53c0740a0f45de33d95c0f323d415450d7d06
treebcf7b0821c4799deb2803ebaa1204e731a1b4100
parent5d3a18547d6079345dc0a4a30658837b14caf704
* gdb-events.sh: Make if statements and tests
a little more portable.
Don't use shell's echo command to put strings containing
escaped characeters into a file -- different flavors of /bin/sh
require differnt levels of escaping. Use cat <<EOF instead.
Our internal field separator is a colon. Change all
commands which assume it is a space.
gdb/ChangeLog
gdb/gdb-events.sh