#38223: eiffelstudio72 is not UsingTheRightCompiler -----------------------------+-------------------- Reporter: ryandesign@… | Owner: jann@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: eiffelstudio72 | -----------------------------+-------------------- Comment (by ryandesign@…): The `system` command is a MacPorts-specific Tcl extension, yes. It is described in "man portfile" but there's not much to it: you put the command and arguments you want to run and it runs it. The only optional argument is `-W` which lets you specify what you want the working directory to be. To pass env variables, call the `env` command like you would on the command line: {{{ system -W ${worksrcpath} "env FOO=bar somecommand" }}} You might be able to do it without `env`: {{{ system -W ${worksrcpath} "FOO=bar somecommand" }}} -- Ticket URL: <https://trac.macports.org/ticket/38223#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS