Skip to content

Commit

Permalink
fixes param concatenation (#5594)
Browse files Browse the repository at this point in the history
* fixes param concatenation
* Merge branch 'master' into prysm-sh-weird-output
  • Loading branch information
farazdagi committed Apr 23, 2020
1 parent a6a2ad4 commit d1b0348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prysm.sh
Expand Up @@ -204,5 +204,5 @@ esac

verify $process

color "36" "Starting Prysm $1 ${@:2}"
color "36" "Starting Prysm $1 ${*:2}"
exec -a "$0" "${process}" "${@:2}"

0 comments on commit d1b0348

Please sign in to comment.