[elbe-devel] [PATCH 07/13] add missing ':' at the end of an if statement

Torben Hohn torben.hohn at linutronix.de
Tue Dec 5 16:48:29 CET 2017


On Thu, Nov 30, 2017 at 03:15:09PM +0100, Manuel Traut wrote:
> fix typo that was introduces in
> 01ef623b7bb0e97045a973f127eedabbc9b28644

Reviewed-by: Torben Hohn <torbenh at linutronix.de>
> 
> Signed-off-by: Manuel Traut <manut at linutronix.de>
> ---
>  elbepack/commands/chroot.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/elbepack/commands/chroot.py b/elbepack/commands/chroot.py
> index 594f1af7..29e8de38 100644
> --- a/elbepack/commands/chroot.py
> +++ b/elbepack/commands/chroot.py
> @@ -68,5 +68,5 @@ def run_command( argv ):
>          with project.targetfs:
>              os.system( "/usr/sbin/chroot %s %s" % (project.targetpath, cmd) )
>      else:
> -        with project.buildenv
> +        with project.buildenv:
>              os.system( "/usr/sbin/chroot %s %s" % (project.chrootpath, cmd) )
> -- 
> 2.15.1
> 
> 
> _______________________________________________
> 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/20171205/ffb2b2a9/attachment.sig>


More information about the elbe-devel mailing list