Public bug reported:

Line 39 in postinst script fails because it doesn't match 
"HTTP://corp-proxy:8080/
    egrep -q 'https?://[[:alnum:]][-.[:alnum:]]+(:\d+)?/?' &&  \


The fix is trivial. Just add "-i" on the line:
    egrep -iq 'https?://[[:alnum:]][-.[:alnum:]]+(:\d+)?/?' &&  \

and the script works again

** Affects: msttcorefonts (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1072580

Title:
  proxy with uppercase HTTP causes postinst to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1072580/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to