| Summary: |
\+ does not work with FreeBSD sed |
| Product: |
Zeitgeist
|
Reporter: |
Ting-Wei Lan <lantw44> |
| Component: |
libzeitgeist | Assignee: |
zeitgeist-bugs <zeitgeist-bugs> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
zeitgeist-bugs <zeitgeist-bugs> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
Other | |
|
| OS: |
FreeBSD | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
Replace \+ with \{1,\)
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 92239 [details] Replace \+ with \{1,\) This command /usr/bin/sed -n "s/^dlname='\([A-Za-z0-9.+-]\+\)'/\1/p" libzeitgeist-2.0.la does not work on FreeBSD because \+ is not in basic regular expression.