[Bug 1072580] Re: proxy with uppercase HTTP causes postinst to fail

Thijs Kinkhorst kink at squirrelmail.org
Sat Feb 16 11:56:44 UTC 2013


Good suggestion, fixed in svn. Thanks!

** Changed in: msttcorefonts (Ubuntu)
       Status: New => Fix Committed

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

Title:
  proxy with uppercase HTTP causes postinst to fail

Status in “msttcorefonts” package in Ubuntu:
  Fix Committed

Bug description:
  
  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

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




More information about the foundations-bugs mailing list