From 186cc5911b50f6b1db11abe3b08d8fdcf6e82714 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 6 Jul 2017 19:38:47 +0200 Subject: bin/db-update: bugfix --- bin/db-update | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/db-update') 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.' -- cgit v1.2.3-54-g00ecf