Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonfogliato <simonfogliato@gmail.com>2024-05-07 23:15:09 -0700
committerGitHub <noreply@github.com>2024-05-08 16:15:09 +1000
commit9543f59a1780357479c2eb1350bbd2a39205f4c9 (patch)
tree7f74689923c04bd15f0f61f9f16dee15a9253e14
parente5b6f46032283e722c449ca8ad7b68dc8c0b350f (diff)
Corrected minor bash formatting warnings reported by shellcheck. (#2493)
-rwxr-xr-xbuild_iso.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_iso.sh b/build_iso.sh
index 1049479c..682b69df 100755
--- a/build_iso.sh
+++ b/build_iso.sh
@@ -14,7 +14,7 @@ packages=(
python-build
python-setuptools
python-wheel
- python-simple-term-menu
+ python-simple-term-menu
python-pyparted
)
@@ -37,11 +37,11 @@ pacman --noconfirm -S archiso
cp -r /usr/share/archiso/configs/releng/* /tmp/archlive
-sed -i /archinstall/d $packages_file
+sed -i /archinstall/d "$packages_file"
# Add packages to the archiso profile packages
for package in "${packages[@]}"; do
- echo "$package" >> $packages_file
+ echo "$package" >> "$packages_file"
done
find /tmp/archlive