From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.zeus.flokli.de ([88.198.15.28] helo=zeus.flokli.de) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1idCnV-0006Jn-9K for barebox@lists.infradead.org; Fri, 06 Dec 2019 12:33:26 +0000 From: Florian Klink Date: Fri, 6 Dec 2019 13:32:55 +0100 Message-Id: <20191206123255.2537-5-flokli@flokli.de> In-Reply-To: <20191206123255.2537-1-flokli@flokli.de> References: <20191206113100.yeop7bqjvolfujl2@pengutronix.de> <20191206123255.2537-1-flokli@flokli.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v3 4/4] docs: use #!/usr/bin/env python shebang instead of #!/usr/bin/python To: barebox@lists.infradead.org Cc: Florian Klink Some distributions might not have python in /usr/bin, but in $PATH. Using #!/usr/bin/env python solves this, and is consistent with how the other perl and python shebangs look like in the tree. Signed-off-by: Florian Klink --- Documentation/gen_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/gen_commands.py b/Documentation/gen_commands.py index 203a39bb1..a55b1acd8 100755 --- a/Documentation/gen_commands.py +++ b/Documentation/gen_commands.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from __future__ import print_function -- 2.24.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox