Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-all-images.sh
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-09 15:21:17 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-09 15:21:17 +0200
commitcb166bea6b16a9f110c2cbacec17019ffeaede5f (patch)
tree3243a49570f927879092cada053b5f5db9c9a1ac /build-all-images.sh
parentce47ee86b6822b94afc7a0086931cba43b699244 (diff)
fix typo in env variable
Diffstat (limited to 'build-all-images.sh')
-rwxr-xr-xbuild-all-images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-all-images.sh b/build-all-images.sh
index a7e763b..5b61447 100755
--- a/build-all-images.sh
+++ b/build-all-images.sh
@@ -15,5 +15,5 @@ if [ $# -ne 0 ]; then
fi
for ARCHITECTURE in i486 i686 pentium4; do
- ARCHITECTRUE=$ARCHITECTURE sudo --preserve-env=ARCHITECTURE ./mkimage-arch.sh
+ ARCHITECTURE=$ARCHITECTURE sudo --preserve-env=ARCHITECTURE ./mkimage-arch.sh
done