summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-06-12 10:13:49 +0000
committerPaul Buetow <paul@buetow.org>2011-06-12 10:13:49 +0000
commit090a4035a2d9a3fa743b5b9129025c8b5db544fa (patch)
tree795daeb2f3c83e688c8699e780ac42b8cf2eeb6d
parentdfaf6f04f32a60c273b5d30f9baf7e024247f298 (diff)
-a instead of -A
-rwxr-xr-xpwgrep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwgrep.sh b/pwgrep.sh
index 98b1e35..29ea58b 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -133,7 +133,7 @@ function setwipecmd () {
function pwgrep () {
local -r search=$1
- local -A dbs=()
+ local -a dbs=()
if [ -z "$ALL" ]; then
dbs=$DB