mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Rabin Vincent <rabin@rab.in>
Cc: mmarek@suse.cz, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] scripts: decodecode: use /bin/bash
Date: Thu, 3 Jun 2010 09:24:58 -0700	[thread overview]
Message-ID: <20100603092458.d0d603e3.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1275581686-19745-1-git-send-email-rabin@rab.in>

On Thu,  3 Jun 2010 21:44:46 +0530 Rabin Vincent wrote:

> 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.

Yes, that's what we usually prefer to do.
Please post it.


>  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
>  #
> -- 


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

  reply	other threads:[~2010-06-03 16:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-03 16:14 Rabin Vincent
2010-06-03 16:24 ` Randy Dunlap [this message]
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

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=20100603092458.d0d603e3.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mmarek@suse.cz \
    --cc=rabin@rab.in \
    /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

Powered by JetHome