diff options
-rwxr-xr-x | src/chroot-tools/librechroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 19ae9ce..01353a4 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -64,7 +64,7 @@ hack_arch_nspawn_flags() { # Detect the architecture of the chroot local CARCH if [[ -f "$makepkg_conf" ]]; then - eval "$(grep '^CARCH=' "$makepkg_conf")" + eval "$(grep -a '^CARCH=' "$makepkg_conf")" else CARCH="$(uname -m)" fi |