guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] environment: Fix setting writable? on networking related fil


From: Ludovic Courtès
Subject: Re: [PATCH] environment: Fix setting writable? on networking related files
Date: Mon, 30 Jan 2017 10:43:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Christopher Baines <address@hidden> skribis:

> * guix/scripts/environment.scm (launch-environment/container): Include the
>   file name in the call to string=? when deciding if the file should be
>   writable.

[...]

>                                               (writable?
> -                                              (string=? 
> "/etc/resolv.conf")))))
> +                                              (string=? file
> +                                                        
> "/etc/resolv.conf")))))

Good catch!  Those multiple-arity equality predicates are terrible.

Applied, thanks!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]