Small style change

This commit is contained in:
William Hubbs 2011-10-02 12:21:17 -05:00
parent c5fb64d61f
commit 9175534752

View File

@ -41,7 +41,9 @@ depend()
done
}
_array_helper() {
# Support bash arrays - sigh
_array_helper()
{
local _a=
eval _a=\$$1
@ -50,7 +52,6 @@ _array_helper() {
[ -n "${_a}" ] && printf "%s\n" "${_a}"
}
# Support bash arrays - sigh
_get_array()
{
local _a=