index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 8c758c5..e57d72b 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -330,7 +330,7 @@ done | \ 'package_sources' 'package_sources' 'build_assignments' 'package_source' \ 'repositories' 'repositories' 'binary_packages' 'repository' printf ' SET `is_to_be_deleted`=0' - printf ' WHERE `package_sources`.`pkgbase`=from_base64("%s")\;' \ + printf ' WHERE `package_sources`.`pkgbase`=from_base64("%s");\n' \ "$( printf '%s' "${package}" | \ base64 -w0 |