gdb: testsuite: fix ksh shebang to use sh
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>
This commit is contained in:
parent
cc59280b3d
commit
d9a196da2e
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2013-12-06 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
|
* gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/ksh
|
#!/bin/sh
|
||||||
|
|
||||||
# so-thresh.sh
|
# so-thresh.sh
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/ksh
|
#!/bin/sh
|
||||||
|
|
||||||
# Get the address of a symbol in Hex.
|
# Get the address of a symbol in Hex.
|
||||||
# $1 = object/executable file name
|
# $1 = object/executable file name
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/ksh
|
#!/bin/sh
|
||||||
|
|
||||||
# Get the address of a symbol in Hex.
|
# Get the address of a symbol in Hex.
|
||||||
# $1 = object/executable file name
|
# $1 = object/executable file name
|
||||||
|
Loading…
Reference in New Issue
Block a user