index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | update-archlinux32-package | 2 |
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 -- |