tags 516107 +wontfix
thanks

On Thu, Feb 19, 2009 at 11:54:15AM +0100, Hilmar Preusse wrote:
> I've used the functionality to list all mirrors in a country to get a 
> possible download list. After selecting "de" jigdo lists mostly german 
> mirrors, but is lists too a University in Canada (see attached script 
> session). I guess the filter is confused by the "de" in the Name of the 
> University "Université de Sherbrooke".

Yes - for two-character searches, the regexp that's used allows space, full 
stop and slashes after the country:

    case "$REPLY" in [a-z][a-z]) REPLY="[. ]$REPLY[/. ]";; esac

That's more or less intended, I prefer to return too many results rather 
than too few.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/¯|  http://atterer.net
  ¯ '` ¯



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to