From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] Fix bash path in shebangs Date: Wed, 13 Sep 2017 11:37:39 +0200 Message-ID: <2043146.lLI0On9UDY@xps> References: <20170727201212.9252-1-asomers@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: asomers@gmail.com Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B927B199A9 for ; Wed, 13 Sep 2017 11:37:40 +0200 (CEST) In-Reply-To: <20170727201212.9252-1-asomers@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 27/07/2017 22:12, asomers@gmail.com: > From: Alan Somers > > "/bin/bash" is a Linuxism. "/usr/bin/env bash" is portable. Why is it an issue? Can you run dpdk-setup.sh on a non-Linux system?