Hello Hideki,

it seems to me that you should test and review your commits more often.

On Tue, 17 Apr 2018, Hideki Yamane wrote:
> -       if doing_variant fakechroot; then
> -               setup_proc_fakechroot
> -       else
> +       if doing_variant ! fakechroot; then

This is not doing what you want. You probably want:
          if ! doing_variant fakechroot; then

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/

Reply via email to