Skip to content

BF: Correctly concatenate array options

Matthew Webster requested to merge bf/bashArrays into master

The current "other" options code will not correctly concatenate options and instead will effectively drop them, leading to a failure in the test: fsl_course/fdt/bedpostx_cpu. The updated code should correctly concatenate the array variables, as with the gopts variable later on in the code.

Merge request reports