[Dev] [PATCH] libretools: fix i686 gpg signature failures

Luke Shumaker lukeshu at lukeshu.com
Wed Mar 21 23:09:21 GMT 2018


On Wed, 21 Mar 2018 18:27:06 -0400,
Josh Branning wrote:
> 
> Last email ...
> 
> probably good to change line 77 to
> 
> if [[ $CARCH != $(uname -m) ]]; then
> 
> As suggested, does pretty much the same job, but helps
> readability.

No, because the interpreter code needs to not fire when using an i686
chroot on an x86_64 host.  That change would break that.

>              Also doesn't depend on the chroot having /bin/true or
> /bin/false.

That isn't the chroot's /bin/true, that's /bin/true on the host.



More information about the Dev mailing list