From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Subject: [PATCH] gdb: testsuite: fix ksh shebang to use sh
Date: Thu, 05 Dec 2013 06:07:00 -0000 [thread overview]
Message-ID: <1386223663-1030-1-git-send-email-vapier@gentoo.org> (raw)
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>
2012-12-03 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.
---
gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh | 2 +-
gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr | 2 +-
gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh b/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh
index 6b6d6ec..078e05a 100755
--- a/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh
+++ b/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
# so-thresh.sh
#
diff --git a/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr b/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr
index 032bb9f..d358e31 100755
--- a/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr
+++ b/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
# Get the address of a symbol in Hex.
# $1 = object/executable file name
diff --git a/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64 b/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64
index 43fd793..4f3c8db 100755
--- a/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64
+++ b/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
# Get the address of a symbol in Hex.
# $1 = object/executable file name
--
1.8.4.3
next reply other threads:[~2013-12-05 6:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-05 6:07 Mike Frysinger [this message]
2013-12-05 15:05 ` Pedro Alves
2013-12-05 19:04 ` Tom Tromey
2013-12-05 19:48 ` Mark Kettenis
2013-12-05 21:35 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1386223663-1030-1-git-send-email-vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox