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

Launchpad Bug Tracker 1072580 at bugs.launchpad.net
Thu Feb 21 23:56:35 UTC 2013


** Branch linked: lp:debian/msttcorefonts

-- 
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