Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=620166

--- Comment #4 from Chen Lei <[email protected]> 2010-08-02 04:52:39 EDT ---
(In reply to comment #3)
> Can you please explain why did you include 
>  mv docs/chaco\ talk\ apr_2006 docs/chaco_talk_apr_2006
>  [...]
>  mv docs/chaco_talk_apr_2006 docs/chaco\ talk\ apr_2006
> in the %prep stage ?    

Because I use the following command which don't allow file names that contain 
white space. Personally, I don't like to use find [...] -print0 |xarg 0 instead
:)


for file in `find -name "*.txt" -o -name "*.py" -o -name "*.js" -o -name
"*.htc" \
 -o -name "*.css"`

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to