SlackBuilds package tool
Go to file
slakmagik 50a005bc3e address the old bash/dir_init() part of issue 55
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.
2011-01-21 05:48:07 +00:00
src address the old bash/dir_init() part of issue 55 2011-01-21 05:48:07 +00:00
tools tag and release 0.34.0 2010-11-12 04:07:45 +00:00