From 2972b9783e6cace6d180e112f55f423d3ca1146c Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 30 Dec 2015 04:15:52 -0800 Subject: [PATCH] Fix typo. --- scripts/db-convert-0.1-to-0.2.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/db-convert-0.1-to-0.2.plx b/scripts/db-convert-0.1-to-0.2.plx index b2d60fd..5b81d1f 100644 --- a/scripts/db-convert-0.1-to-0.2.plx +++ b/scripts/db-convert-0.1-to-0.2.plx @@ -7,7 +7,7 @@ use DBI; use Encode qw(encode decode); use Supporters; -if (@ARGV != 2 or @ARGV !=3) { +if (@ARGV != 2 and @ARGV !=3) { print STDERR "usage: $0 \n"; exit 1; }