#69599 closed defect (fixed)
libtool: hardcode-m4.patch seems to introduce a minor issue
Reported by: | TurtleWilly (Wilhelm Loves Their Turtles) | Owned by: | larryv (Lawrence Velázquez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | michaelld (Michael Dickens) |
Port: | libtool |
Description
In the "hardcode-m4.patch" it does this:
+# GNU M4. +M4=$lt_M4$ +
In the resulting libtool it generated this:
# GNU M4. M4="/usr/local/bin/m4"$
The trailing dollar sign looks a bit out-of-place and unnecessary, albeit it doesn't seem to do any harm.
Change History (4)
comment:1 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | michaelld added |
---|---|
Owner: | set to larryv |
Status: | new → assigned |
Summary: | hardcode-m4.patch seems to introduce a minor issue → libtool: hardcode-m4.patch seems to introduce a minor issue |
comment:2 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|
comment:3 Changed 7 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 7 months ago by TurtleWilly (Wilhelm Loves Their Turtles)
So much work for a single extra character!
Thanks for the fix!
Note: See
TracTickets for help on using
tickets.
Hmm, that line has been there since 2015.