Opened 13 years ago
Closed 12 years ago
#32619 closed defect (fixed)
clojure: BREAK_CHARS in /opt/local/bin/clj contains $#
Reported by: | e4696wyoa63emq6w3250kiw60i45e1@… | Owned by: | mdippery@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | clojure |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The BREAK_CHARS variable in /opt/local/bin/clj contains the string "$#". I think the intent was to include the dollar sign character so we need to precede the dollar sign with a backslash.
Port name: clojure
Port version: 1.3.0
Attachments (1)
Change History (5)
Changed 13 years ago by e4696wyoa63emq6w3250kiw60i45e1@…
comment:1 Changed 13 years ago by e4696wyoa63emq6w3250kiw60i45e1@…
Replying to e4696wyoa63emq6w3250kiw60i45e1@…:
The BREAK_CHARS variable in /opt/local/bin/clj contains the string "$#". I think the intent was to include the dollar sign character so we need to precede the dollar sign with a backslash.
Port name: clojure Port version: 1.3.0
Without the backslash, "$#" gets evaluated to the "number of positional parameters in decimal". Patch is attached.
comment:2 Changed 13 years ago by mf2k (Frank Schima)
Milestone: | MacPorts 2.0.4 |
---|---|
Owner: | changed from macports-tickets@… to mdippery@… |
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Summary: | BREAK_CHARS in /opt/local/bin/clj contains $# → clojure: BREAK_CHARS in /opt/local/bin/clj contains $# |
comment:4 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
PATCH for /opt/local/bin/clj