Author: joeyh Date: 2005-03-25 03:02:42 +0000 (Fri, 25 Mar 2005) New Revision: 647 Modified: sarge-checks/checklist Log: actually, kill all whitespace Modified: sarge-checks/checklist ==================================================================--- sarge-checks/checklist 2005-03-25 02:54:22 UTC (rev 646) +++ sarge-checks/checklist 2005-03-25 03:02:42 UTC (rev 647) @@ -83,7 +83,7 @@ else { my @fields = split(/\s*\|\s*/, $maddy); my $havver=$fields[1]; - $version=~s/ *$//; # strip tailing whitespace + $version=~s/\s+//; # strip whitespace my $cmp=system("dpkg --compare-versions ''$havver'' ''>='' ''$version''"); if ($cmp != 0) { if ($html) {