fixes param concatenation (#5594)

* fixes param concatenation
* Merge branch 'master' into prysm-sh-weird-output
This commit is contained in:
Victor Farazdagi 2020-04-23 18:24:45 +03:00 committed by GitHub
parent a6a2ad4409
commit d1b0348cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,5 +204,5 @@ esac
verify $process
color "36" "Starting Prysm $1 ${@:2}"
color "36" "Starting Prysm $1 ${*:2}"
exec -a "$0" "${process}" "${@:2}"