Bug 447659
| Summary: | publican doesn't like parentheses in image file names | ||
|---|---|---|---|
| Product: | [Community] Publican | Reporter: | Christopher Curran <ccurran> |
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Michael Hideo <mhideo> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.0 | CC: | mmcallis, publican-list |
| Target Milestone: | --- | Keywords: | Documentation |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.34 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-21 01:30:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
switched to unlink. |
Description of problem: make does not like parentheses Version-Release number of selected component (if applicable): .33 How reproducible: every time, multiple machines Steps to Reproduce: 1. have unused imaged called *(*).png where *s are some valid alpthanumeric strings 2. 3. Actual results: sh: -c: line 0: syntax error near unexpected token `(' sh: -c: line 0: `rm -f ./images/compatability(1).png' Could not remove ./images/compatability(1).png at /usr/bin/rmImages line 35. make: *** [xml-en-US] Error 2 Expected results: Removing unused image: ./images/compatability(1).png Removing unused image: ./images/data_time.png and the book builds as normal Additional info: