-
Keith Smiley authored
Turns out that bash arrays are not initialized until they have a single item. This means this variable is treated as unbound until we add an item to it. By defaulting this to nothing, this check succeeds even if no items are ever added to the array.
0086128e