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>2019-04-02 11:16:20 +0200
commit9e3b3a3b919868ea6a07cc6d8f7ca7f3ab0f9d81 (patch)
tree9c956b2b6b29bbfa5a6fe0e6ebe3a7cbc92b2d61 /mkarchroot.in
parent471cf8d5e68110f55f1a0f999284f30dff22efe5 (diff)
downloaddevtools32-9e3b3a3b919868ea6a07cc6d8f7ca7f3ab0f9d81.tar.xz
fix whitespace/indentation errors
Some lines are indented by spaces, while adjacent lines are indentet by tabs. We should use tabs on both.
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"