From 090a4035a2d9a3fa743b5b9129025c8b5db544fa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Jun 2011 10:13:49 +0000 Subject: -a instead of -A --- pwgrep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.sh') 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 -- cgit v1.2.3