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. _______________________________________________ Dev mailing list [email protected] https://lists.parabola.nu/mailman/listinfo/dev
