Don't use local here
This commit is contained in:
parent
c04af92cb4
commit
2d39857170
@ -32,7 +32,6 @@ for SVCNAME in * ; do
|
||||
[ -x "${SVCNAME}" ] || continue
|
||||
|
||||
# Only generate dependencies for Gentoo runscripts
|
||||
local one= two=
|
||||
read one two < "${SVCNAME}"
|
||||
[ "${one}" = "#!/sbin/runscript" ] || continue
|
||||
unset one two
|
||||
|
Loading…
Reference in New Issue
Block a user