diff options
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-07-05 11:43:26 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2018-01-02 12:36:56 -0500 |
commit | 747a35ebe5fe008965735e3550204ac27b28fcda (patch) | |
tree | a44e52c5c5e4a96ac5ae720b7c61ebf00c7aa3f0 | |
parent | 8af72e9c3ffd97d4a4d00e3c31d34487dbecb1b6 (diff) | |
download | devtools32-747a35ebe5fe008965735e3550204ac27b28fcda.tar.xz |
arch-nspawn: make sure that makepkg.conf is always parsed as text
https://lists.parabola.nu/pipermail/dev/2017-June/005576.html
-rw-r--r-- | arch-nspawn.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-nspawn.in b/arch-nspawn.in index c55f498..3949ee1 100644 --- a/arch-nspawn.in +++ b/arch-nspawn.in @@ -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 |