Merge pull request #28586 from aclamk/fix-vstart-extra-conf

vstart.sh: Fix problem that all extra_conf got merged into single line.

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-06-17 17:57:16 +08:00 committed by GitHub
commit fbbe078a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,7 +360,8 @@ case $1 in
shift
;;
-o )
extra_conf="$extra_conf $2"
extra_conf="$extra_conf $2
"
shift
;;
--cache )