Opened 15 years ago
Closed 15 years ago
#64 closed defect (fixed)
Fail to open spec file for RPM package
| Reported by: | Nikita Krupen'ko | Owned by: | Bruno Cornec |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10.1 |
| Component: | pb | Version: | 0.9.10 |
| Keywords: | Cc: |
Description
Project Builder fails to open spec file while building RPM with the following error:
sh: -c: line 0: unexpected EOF while looking for matching `'' sh: -c: line 1: syntax error: unexpected end of file
This happens due to single quotes used instead of the double quotes. In the attachment patch to fix this issue.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | project-builder-0.9.10-arg-fix.patch added |
|---|
comment:1 by , 15 years ago
Could you provide to me what pbpackager entry you used to provoke this error ? I cannot see what address would create this problem.
comment:2 by , 15 years ago
pbpackager is:
Nikita Krupen'ko <MY_EMAIL>
I think, the problem with apostrophe. So using doublequotes instead of single one solves the problem.
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Thanks for your explanations and patch. Applied in rev [1085]. Will be in 0.9.11.
Note:
See TracTickets
for help on using tickets.

Pacth to fix the problem with quotes