From b21b76ed6a5d574890637b97b21517edd2920fae Mon Sep 17 00:00:00 2001 From: joeyh Date: Wed, 28 Jun 2006 18:04:23 +0000 Subject: * ifdata: Fix bug in argument parsing that could make it segfault. * combine: Allow operators to be written in any case. --- combine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'combine') diff --git a/combine b/combine index ef16aaf..6ab3b43 100755 --- a/combine +++ b/combine @@ -126,7 +126,7 @@ if (@ARGV != 3) { } my $file1=shift; -my $op=shift; +my $op=lc shift; my $file2=shift; if ($::{"compare_$op"}) { -- cgit v1.2.3