1
0
mirror of https://github.com/etcd-io/etcd.git synced 2026-02-05 06:46:49 +01:00
Files
etcd/scripts
Ivan Valdes 492cf3e794 Replace force word splitting with a Bash array
Currently, we need to force word splitting, as we need to pass multiple
arguments, not a single one, to the command that will run using the
workspace modules.

To properly remove this exception, we need to use an array. The problem
with Bash arrays is that you can't return them in a function. So, the
way to build an array is by reference. Otherwise, we'll end up
rebuilding the arrays every time we need to call these functions.

Signed-off-by: Ivan Valdes <ivan@vald.es>
2025-10-22 11:52:48 -07:00
..
2018-04-02 11:27:39 -07:00
2025-10-19 21:45:34 -07:00

scripts for etcd development