mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-26 09:58:14 +01:00
Mirror of https://github.com/sbopkg/sbopkg
50a005bc3e
r845 addresses part of a problem with sbopkg code and bash 3x array handling but not all of it. When creating an array with the += operator, if the array creation code was triggered, the item doing so should have been assigned to index 0 and, instead, an empty string was being assigned to 0 and the item was being assigned to index 1, resulting in a blank line being output before the proper item. Thanks to greinze for pointing this out. Explicitly declaring the variable an array seems to solve this. |
||
---|---|---|
src | ||
tools |