summaryrefslogtreecommitdiff
path: root/mkarchroot.in
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-27 10:44:15 +0200
committerErich Eckner <git@eckner.net>2018-06-27 10:44:15 +0200
commit4681f2c9c0d4396d7fb046f61a42eafc566a3075 (patch)
tree6547283a1a17bbee23d705b239d47e212f874ae7 /mkarchroot.in
parenta8efaeb97672d7419bfc2c9113c35e980b883468 (diff)
downloaddevtools32-4681f2c9c0d4396d7fb046f61a42eafc566a3075.tar.xz
fix whitespace errors
Diffstat (limited to 'mkarchroot.in')
-rw-r--r--mkarchroot.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarchroot.in b/mkarchroot.in
index 5983abc..a916f2a 100644
--- a/mkarchroot.in
+++ b/mkarchroot.in
@@ -84,7 +84,7 @@ while read -r varname; do
done < <(declare -x | sed -r 's/^declare -x ([^=]*)=.*/\1/' | grep -i '_proxy$')
env -i "${_env[@]}" \
pacstrap -GMcd ${pac_conf:+-C "$pac_conf"} "$working_dir" \
- "${cache_dirs[@]/#/--cachedir=}" "$@" || die 'Failed to install all packages'
+ "${cache_dirs[@]/#/--cachedir=}" "$@" || die 'Failed to install all packages'
printf '%s.UTF-8 UTF-8\n' en_US de_DE > "$working_dir/etc/locale.gen"
cat '/etc/hosts' > "$working_dir/etc/hosts"