summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-xsrc/chroot-tools/librechroot2
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