]> git.donarmstrong.com Git - debbugs.git/blobdiff - migrate/debbugs-makeversions
remove leading and trailing spaces in references and replyto
[debbugs.git] / migrate / debbugs-makeversions
index 4e067d62c24577a80b9b5a6e0b9e1aff1866f043..fd70f2dcfb6262a3f810effa1334555bc0a41fb1 100755 (executable)
@@ -81,7 +81,7 @@ sub getbuginfo ($)
                $fv =~ s/;.*//;
                $fv =~ s/ *\(.*\)//;
                # Strip off other random junk at the end of a version.
-               $fv =~ s/ *[A-Za-z].*//;
+               $fv =~ s/ +[A-Za-z].*//;
                $ver = $fv;
            }
        }