public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: decodecode: use /bin/bash
@ 2010-06-03 16:14 Rabin Vincent
  2010-06-03 16:24 ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Rabin Vincent @ 2010-06-03 16:14 UTC (permalink / raw)
  To: mmarek; +Cc: linux-kernel, Rabin Vincent

5358db ("scripts: add ARM support to decodecode") added a few bashims to
the decodecode script, so explicitly ask for bash.

Signed-off-by: Rabin Vincent <rabin@rab.in>
---
Alternatively, I have a patch to remove the bashisms, if that's preferred.

 scripts/decodecode |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/decodecode b/scripts/decodecode
index 8b30cc3..405cfac 100755
--- a/scripts/decodecode
+++ b/scripts/decodecode
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Disassemble the Code: line in Linux oopses
 # usage: decodecode < oops.file
 #
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-06-04  8:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-03 16:14 [PATCH] scripts: decodecode: use /bin/bash Rabin Vincent
2010-06-03 16:24 ` Randy Dunlap
2010-06-03 16:59   ` Rabin Vincent
2010-06-04  4:53     ` Américo Wang
2010-06-03 17:18   ` Rabin Vincent
2010-06-03 18:25     ` Randy Dunlap
2010-06-04  8:32     ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox