03-30-2015, 03:16 PM
(03-29-2015, 10:18 PM)Si2006 Wrote: Try enclosing you rule with quotes "$-"
No luck.
(03-30-2015, 11:17 AM)atom Wrote: I can reproduce the problem. Please open a TRAC Ticket.
There's a workaround: Instead of "-j $-" you can use "-k i0-".
PS: You could also use ^ but ^ is the escape character on windows, so you might need to use ^^.
Exactly. I can confirm the prepending using -k is working. I used -k "^-" and it works.
Opening a TRAC ticket as suggested. Cheers