arch-nspawn: make sure that makepkg.conf is always parsed as text

https://lists.parabola.nu/pipermail/dev/2017-June/005576.html
This commit is contained in:
Luke Shumaker 2018-01-15 17:57:00 +01:00 committed by Bartłomiej Piotrowski
parent 48b2f8dcc4
commit c9e287e845
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ fi
build_mount_args
copy_hostconf
eval "$(grep '^CARCH=' "$working_dir/etc/makepkg.conf")"
eval "$(grep -a '^CARCH=' "$working_dir/etc/makepkg.conf")"
[[ -z $nosetarch ]] || unset CARCH