New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32619 (closed defect: fixed)

Opened 17 months ago

Last modified 11 months ago

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

clj.patch (282 bytes) - added by e4696wyoa63emq6w3250kiw60i45e1@… 17 months ago.
PATCH for /opt/local/bin/clj

Change History

Changed 17 months ago by e4696wyoa63emq6w3250kiw60i45e1@…

PATCH for /opt/local/bin/clj

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

comment:3 Changed 17 months ago by ryandesign@…

  • Description modified (diff)
  • Summary changed from BREAK_CHARS in /opt/local/bin/clj contains $# to clojure: BREAK_CHARS in /opt/local/bin/clj contains $#

comment:4 Changed 11 months ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.