Skip to content
Commit ef5ba4d5 authored by Michael Alan Dorman's avatar Michael Alan Dorman
Browse files

Fix emacs wrapper expression to honor bash array use

In 8d76effc, @Ericson2314 changed the representation of the value that
`findInputs` generated from a whitespace-separated bunch strings to an
actual array of strings.

Expressions that *consume* that value, however, also needed to be
changed to iterate over all the contents of the array, else they would
only select the first value, which turns out to be somewhat limiting.

Fixes #27873
parent 5b3e403e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment