Ticket #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@…) (diff)
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
Change History
comment:1 in reply to: ↑ description Changed 17 months 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 17 months ago by macsforever2000@…
- Owner changed from macports-tickets@… to mdippery@…
- Milestone MacPorts 2.0.4 deleted
Note: See
TracTickets for help on using
tickets.


PATCH for /opt/local/bin/clj