diff options
| author | Paul Buetow <paul@buetow.org> | 2011-06-12 10:13:49 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-06-12 10:13:49 +0000 |
| commit | 090a4035a2d9a3fa743b5b9129025c8b5db544fa (patch) | |
| tree | 795daeb2f3c83e688c8699e780ac42b8cf2eeb6d | |
| parent | dfaf6f04f32a60c273b5d30f9baf7e024247f298 (diff) | |
-a instead of -A
| -rwxr-xr-x | pwgrep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ function setwipecmd () { function pwgrep () { local -r search=$1 - local -A dbs=() + local -a dbs=() if [ -z "$ALL" ]; then dbs=$DB |
