From mboxrd@z Thu Jan 1 00:00:00 1970 From: "ira.weiny" Subject: Re: [infiniband-diags PATCH 3/4] Update the shebang to point to /bin/bash Date: Mon, 26 Sep 2016 00:56:44 -0400 Message-ID: <20160926045643.GC29780@phlsvsds.ph.intel.com> References: <20160905214902.GA9765@pryan.ekaia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20160905214902.GA9765-2v28OwtJ5VXkvb5ro2YpKQ@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ana Guerrero =?iso-8859-1?Q?L=F3pez?= Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org 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 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