From 917553475227bdeab70f19edb7a4ea549a1abe8f Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 2 Oct 2011 12:21:17 -0500 Subject: Small style change --- init.d/net.lo.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'init.d/net.lo.in') diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 9b6bf645..66e19456 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -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= -- cgit v1.2.3