index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/db-update | 6 |
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.' |