dracut icon indicating copy to clipboard operation
dracut copied to clipboard

Change configuration variables from space separated items to real bash arrays

Open haraldh opened this issue 4 years ago • 0 comments

Possible strategy:

Since bash assigns var+="foo bar" to the first array index, we could increase the array index beforehand manually and later on only split ${var[0]} via IFS and push it to the array end.

haraldh avatar Feb 15 '21 14:02 haraldh