From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] tools: remove chmod absolute path in setup.sh Date: Tue, 17 Mar 2015 22:25:50 +0100 Message-ID: <2032882.KyB7YqaD1f@xps13> References: <1426180680-5350-1-git-send-email-andre.o.richter@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Andre Richter Return-path: In-Reply-To: <1426180680-5350-1-git-send-email-andre.o.richter-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-03-12 18:18, Andre Richter: > setup.sh uses /usr/bin/chmod, but depending on distribution, it is not always there. > For example, Ubuntu has /bin/chmod. Fix this by removing the absolute path, like it is > done e.g. with grep. Applied, thanks