Skip to content

Commit 1dc66b9

Browse files
committed
Little typo
1 parent 9113172 commit 1dc66b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archbashstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ while read -r installpkg; do
153153
echo "$(cat ./.PKGINFO | grep -o "^${2} = .*" | cut -d " " -f 3${3})" >> "$folder"/var/lib/pacman/local/"$pkg_name"/desc
154154
echo "" >> "$folder"/var/lib/pacman/local/"$pkg_name"/desc
155155
}
156-
for operation in "VERSION pkgver" "BASE pkgbase" "DESC pkgdesc -" "URL url" "ARCH arch" "BUILDDATE builddate" "PACKAGER packager" "SIZE size" "LICENSE license"; do
156+
for operation in "VERSION pkgver" "BASE pkgbase" "DESC pkgdesc -" "URL url" "ARCH arch" "BUILDDATE builddate" "PACKAGER packager -" "SIZE size" "LICENSE license"; do
157157
do_stuff $operation
158158
done
159159
####

0 commit comments

Comments
 (0)