These scripts use /bin/ksh, but they're dirt simple and can be used with
/bin/sh, so just change the shebang.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
+2013-12-07 Mike Frysinger <vapier@gentoo.org>
+
+ * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
+ * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
+ * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
+
2013-12-06 Pedro Alves <palves@redhat.com>
* gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
-#!/bin/ksh
+#!/bin/sh
# so-thresh.sh
#
-#!/bin/ksh
+#!/bin/sh
# Get the address of a symbol in Hex.
# $1 = object/executable file name
-#!/bin/ksh
+#!/bin/sh
# Get the address of a symbol in Hex.
# $1 = object/executable file name