#32619: BREAK_CHARS in /opt/local/bin/clj contains $# ------------------------------------------------------+--------------------- Reporter: e4696wyoa63emq6w3250kiw60i45e1@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: MacPorts 2.0.4 Component: ports | Version: 2.0.3 Keywords: | Port: clojure ------------------------------------------------------+--------------------- Comment(by e4696wyoa63emq6w3250kiw60i45e1@…): Replying to [ticket:32619 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.
-- Ticket URL: <https://trac.macports.org/ticket/32619#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS