Signed-off-by: Jonathan Frazier <[email protected]>
---
contrib/pacdiff.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/pacdiff.sh.in b/contrib/pacdiff.sh.in
index 60c7c63..fa6a0c5 100644
--- a/contrib/pacdiff.sh.in
+++ b/contrib/pacdiff.sh.in
@@ -112,7 +112,7 @@ done
m4_include(../scripts/library/term_colors.sh)
case $(( findActive+locateActive+dbActive )) in
- 0) findActive=1;; # set the default search option
+ 0) dbActive=1;; # set the default search option
[^1]) error "Only one search option may be used at a time"
usage; exit 1;;
esac
--
1.8.3.2