summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/db-update6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update
index 97ca393..14fca97 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -367,7 +367,11 @@ do
shift
done
-packages_to_stabilize=${packages_to_stabilize} ${@}
+packages_to_stabilize="$(
+ printf '%s\n' \
+ ${packages_to_stabilize} \
+ ${@}
+)"
if ! "${base_dir}/bin/sanity-check" -r; then
>&2 echo 'Build master is not sane.'