diff options
| author | Paul Buetow <paul@buetow.org> | 2011-06-12 10:13:17 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-06-12 10:13:17 +0000 |
| commit | dfaf6f04f32a60c273b5d30f9baf7e024247f298 (patch) | |
| tree | eefcbe8d523635d706b2a6a7936df53c35eacbbb | |
| parent | 4219810e3e2ecfb319f3b0847862f960be77f4a0 (diff) | |
Using more local variables
| -rwxr-xr-x | pwgrep.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ function setwipecmd () { function pwgrep () { local -r search=$1 + local -A dbs=() if [ -z "$ALL" ]; then dbs=$DB |
