All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ana Guerrero López" <ana-kLLpUjk7vcnYtjvyW6yDsg@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [infiniband-diags PATCH 3/4] Update the shebang to point to /bin/bash
Date: Mon, 5 Sep 2016 23:49:02 +0200	[thread overview]
Message-ID: <20160905214902.GA9765@pryan.ekaia.org> (raw)

The script contains a few bashims and it won't run in systems such as Debian
and Ubuntu where /bin/sh is not a symlink to /bin/bash

Signed-off-by: Ana Guerrero López <ana-kLLpUjk7vcnYtjvyW6yDsg@public.gmane.org>
---
 doc/generate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/generate b/doc/generate
index 816b66f..b1339f8 100755
--- a/doc/generate
+++ b/doc/generate
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 docdir=`dirname $0`
 mode=$1
-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2016-09-05 21:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05 21:49 Ana Guerrero López [this message]
     [not found] ` <20160905214902.GA9765-2v28OwtJ5VXkvb5ro2YpKQ@public.gmane.org>
2016-09-26  4:56   ` [infiniband-diags PATCH 3/4] Update the shebang to point to /bin/bash ira.weiny

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=20160905214902.GA9765@pryan.ekaia.org \
    --to=ana-kllpujk7vcnytjvyw6ydsg@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.