Modify ↓
Ticket #11800 (closed bug: invalid)
More than one command in JS_ENGINE variable
| Reported by: | marcelo.vieira | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Expected one command in JS_ENGINE variable, but currently it can receive two at the same time: /usr/bin/node and /usr/bin/nodejs.
Change History
comment:2 Changed 12 months ago by rwaldron
- Status changed from new to closed
- Resolution set to invalid
Thanks but this is actually going to be obsolete in 1.8. PR closed
comment:4 Changed 12 months ago by dmethvin
We anticipate the next release will be 1.8. The current work is always available at http://github.com/jquery/jquery.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Patch to fix it: https://github.com/jquery/jquery/pull/791