Opened 13 years ago
Closed 12 years ago
#33520 closed defect (fixed)
rb-redcloth's redcloth #! points to non-existing /usr/bin/ruby18
Reported by: | Ephaeton@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | ||
Port: | rb-redcloth |
Description
The rb-redcloth package not only installs Ruby's RedCloth library, but also a ruby script named 'redcloth'.
This ruby script uses an incorrect/non-existing interpreter in its shebang line (/usr/bin/ruby18
).
Valid options would either be the /opt/local/bin/ruby
that ports installed itself, or /usr/bin/ruby
that came with my cute little lion here. Definitely not /usr/bin/ruby18
.
Should check rb19-redcloth's redcloth(1), too.
Change History (1)
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r96114