summaryrefslogtreecommitdiff
path: root/archbuild.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 /archbuild.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 'archbuild.in')
-rw-r--r--archbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/archbuild.in b/archbuild.in
index bd5706d..163a108 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -71,7 +71,7 @@ else
-C "@pkgdatadir@/pacman-${repo}.conf" \
-M "@pkgdatadir@/makepkg-${arch}.conf" \
"${chroots}/${repo}-${arch}/root" \
- pacman -Syu --noconfirm || abort
+ pacman -Syu --noconfirm || abort
fi
# Always build official packages reproducibly