linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [infiniband-diags PATCH 3/4] Update the shebang to point to /bin/bash
@ 2016-09-05 21:49 Ana Guerrero López
       [not found] ` <20160905214902.GA9765-2v28OwtJ5VXkvb5ro2YpKQ@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Ana Guerrero López @ 2016-09-05 21:49 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA

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

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

* Re: [infiniband-diags PATCH 3/4] Update the shebang to point to /bin/bash
       [not found] ` <20160905214902.GA9765-2v28OwtJ5VXkvb5ro2YpKQ@public.gmane.org>
@ 2016-09-26  4:56   ` ira.weiny
  0 siblings, 0 replies; 2+ messages in thread
From: ira.weiny @ 2016-09-26  4:56 UTC (permalink / raw)
  To: Ana Guerrero López; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

On Mon, Sep 05, 2016 at 11:49:02PM +0200, Ana Guerrero López wrote:
> 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>

Thanks Applied,
Ira

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

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

end of thread, other threads:[~2016-09-26  4:56 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).