From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC] scripts: make load-devel-config not to appear as executable Date: Tue, 02 Aug 2016 17:30:12 +0200 Message-ID: <7413793.FKEpEWkE5V@xps13> References: <1470146092-12115-1-git-send-email-christian.ehrhardt@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Christian Ehrhardt Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id DF24629CA for ; Tue, 2 Aug 2016 17:30:14 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id o80so296055207wme.1 for ; Tue, 02 Aug 2016 08:30:14 -0700 (PDT) In-Reply-To: <1470146092-12115-1-git-send-email-christian.ehrhardt@canonical.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-08-02 15:54, Christian Ehrhardt: > Quoting the first line of the script: "#! /bin/echo must be loaded with ." > Given that we should drop the .sh file ending as well as the executable > flag - both are not needed to source the file. Hmmm, it is still a file containing some shell commands, right? So why removing the .sh extension?