From b528cb1279bac261e6d476a50e6216163f2d735c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 19 Apr 2021 11:39:09 +0200 Subject: update-archlinux32-package: fix typo introduced in 2cc3d832 --- update-archlinux32-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-archlinux32-package b/update-archlinux32-package index 544019d..e2e8ba0 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -400,7 +400,7 @@ case ${update_path} in | tar -tf - \ | grep -vxF "$( printf '%s\n' \ - 'PKGBUILD' + 'PKGBUILD' \ ${config_names} )" \ | xargs -r git -C "${git_repo_path}/${repo}/${pkgname}" archive HEAD -- -- cgit v1.2.3