Bug 447659 - publican doesn't like parentheses in image file names
Summary: publican doesn't like parentheses in image file names
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 2.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: Michael Hideo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-21 01:25 UTC by Christopher Curran
Modified: 2010-11-24 03:59 UTC (History)
2 users (show)

Fixed In Version: 0.34
Clone Of:
Environment:
Last Closed: 2008-05-21 01:30:41 UTC
Embargoed:


Attachments (Terms of Use)

Description Christopher Curran 2008-05-21 01:25:42 UTC
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:

Comment 1 Jeff Fearn 🐞 2008-05-21 01:30:41 UTC
switched to unlink.


Note You need to log in before you can comment on or make changes to this bug.