[elbe-devel] [PATCH] elbe: shebang: force python2

Torben Hohn torben.hohn at linutronix.de
Wed Mar 22 10:51:52 CET 2017


On Wed, Mar 22, 2017 at 10:44:12AM +0100, Kurt Kanzenbach wrote:
> Seems like Elbe is written in Python2. However, some distributions ship Python3
> as default version. This results in errors like this:
> 
>   File "./elbe", line 29
>     print 'elbe v' + elbe_version
>                  ^
>   SyntaxError: Missing parentheses in call to 'print'
> 
> So better force the used version to Python2.
> 
> Signed-off-by: Kurt Kanzenbach <kurt at linutronix.de>
Acked-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
>  elbe | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/elbe b/elbe
> index c6e84d4..269b192 100755
> --- a/elbe
> +++ b/elbe
> @@ -1,4 +1,4 @@
> -#!/usr/bin/env python
> +#!/usr/bin/env python2
>  #
>  # ELBE - Debian Based Embedded Rootfilesystem Builder
>  # Copyright (C) 2013  Linutronix GmbH
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Mit freundlichen Grüßen
Torben Hohn

Linutronix GmbH

Standort: Bremen

Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Firmensitz / Registered Office: D-88690 Uhldingen, Bahnhofstr. 3
Registergericht / Local District Court: Amtsgericht Freiburg i. Br.; HRB
Nr. / Trade register no.: 700 806

Geschäftsführer / Managing Directors: Heinz Egger, Thomas Gleixner

Eine Bitte von uns: Sollten Sie diese E-Mail irrtümlich erhalten haben,
benachrichtigen Sie uns in diesem Falle bitte sobald wie es Ihnen
möglich ist, durch Antwort-Mail. Vielen Dank!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20170322/2d2f1cb8/attachment.sig>


More information about the elbe-devel mailing list