summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-package-updates5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index 6cc8897..31e0b68 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -233,9 +233,8 @@ trigger_rebuild_on_any_file_sed_expression=$(
s/^/from_base64("/
s/$/")/
' | \
- tr '\n' ',' | \
- sed 's/,$//'
- printf ');\n'
+ tr '\n' ','
+ printf '"");\n'
} | \
mysql_run_query | \
while read -r pkgbase repository git_repository; do