* combine: Allow operators to be written in any case.
}
my $file1=shift;
-my $op=shift;
+my $op=lc shift;
my $file2=shift;
if ($::{"compare_$op"}) {
* Really fix typo. Closes: #369485
* zrun: Add usage message.
+ * ifdata: Fix bug in argument parsing that could make it segfault.
+ * combine: Allow operators to be written in any case.
- -- Joey Hess <joeyh@debian.org> Sat, 24 Jun 2006 22:10:53 -0400
+ -- Joey Hess <joeyh@debian.org> Wed, 28 Jun 2006 14:03:21 -0400
moreutils (0.11) unstable; urgency=low
return 1;
}
- while (narg < argc) {
+ while (narg < argc - 1) {
narg++;
found = 0;