From 98b25a9b45f3484a022b65dc3aecebe3f80ed9fe Mon Sep 17 00:00:00 2001 From: Victor Farazdagi Date: Thu, 23 Apr 2020 17:53:44 +0300 Subject: [PATCH] fixes param concatenation --- prysm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prysm.sh b/prysm.sh index ce7948c1887d..7914984a8ba2 100755 --- a/prysm.sh +++ b/prysm.sh @@ -148,5 +148,5 @@ case $1 in ;; esac -color "36" "Starting Prysm $1 ${@:2}" +color "36" "Starting Prysm $1 ${*:2}" exec -a "$0" "${process}" "${@:2}"