lkml.org 
[lkml]   [2010]   [Jun]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] scripts: decodecode: use /bin/bash
Date
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


\
 
 \ /
  Last update: 2010-06-03 18:17    [W:0.085 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site