diff options
author | Roy Marples <roy@marples.name> | 2007-09-02 12:55:18 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-02 12:55:18 +0000 |
commit | 2d39857170b1e85d39fa5f6b1bbf81c584b3af20 (patch) | |
tree | e05af56c687c2ded6881041e87fa8d579a65e68b | |
parent | c04af92cb48c3751d551bc5248bec41d0713603d (diff) |
Don't use local here
-rwxr-xr-x | sh/gendepends.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/gendepends.sh b/sh/gendepends.sh index 349202cd..ae5d0bc5 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 |