summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-02 12:55:18 +0000
committerRoy Marples <roy@marples.name>2007-09-02 12:55:18 +0000
commit2d39857170b1e85d39fa5f6b1bbf81c584b3af20 (patch)
treee05af56c687c2ded6881041e87fa8d579a65e68b /sh
parentc04af92cb48c3751d551bc5248bec41d0713603d (diff)
downloadopenrc-2d39857170b1e85d39fa5f6b1bbf81c584b3af20.tar.gz
openrc-2d39857170b1e85d39fa5f6b1bbf81c584b3af20.tar.bz2
openrc-2d39857170b1e85d39fa5f6b1bbf81c584b3af20.tar.xz
Don't use local here
Diffstat (limited to 'sh')
-rwxr-xr-xsh/gendepends.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/gendepends.sh b/sh/gendepends.sh
index 349202c..ae5d0bc 100755
--- a/sh/gendepends.sh
+++ b/sh/gendepends.sh
@@ -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