[Portland-bugs] [Bug 70742] xdg-desktop-menu improperly check for vendor prefix on Estonian locale

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 24 13:50:28 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=70742

--- Comment #2 from Rex Dieter <rdieter at math.unl.edu> ---
The code in question:

check_vendor_prefix()
{
    file_label="$2"
    [ -n "$file_label" ] || file_label="filename"
    file=`basename "$1"`
    case "$file" in
       [a-zA-Z]*-*)
         return
         ;;
    esac

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/portland-bugs/attachments/20131024/accdb40f/attachment.html>


More information about the Portland-bugs mailing list