Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 10:03:39 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-05-22 10:03:39 +0200
commit07222edeb968f22132e0078343811a873fdab189 (patch)
tree9c775bf6ac18f8b6a895dbf5e2dd13990801d99d /bin/get-package-updates
parent97808225552e73b4dac2f6e93071d3646619a31f (diff)
fix syntax error
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 009330c..28e3536 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -339,6 +339,7 @@ echo 'Check modified packages from the last update, and put them to the build li
else
mode='>'
fi
+ fi
if git -C "${repo_paths__archlinux32}" archive "${new_repo_revisions__archlinux32}" -- "${repository}/${pkgbase}" >/dev/null 2>&1; then
mod_git_revision="${new_repo_revisions__archlinux32}"
else