Open GoogleCodeExporter opened 9 years ago
I am running into the same problem!
Original comment by w...@zoosk.com
on 3 Jan 2013 at 12:17
I am having de same problem too.
Original comment by juanga...@gmail.com
on 20 Feb 2013 at 7:41
how to quote/escape in this case?
Original comment by peich...@gmail.com
on 10 Apr 2013 at 3:35
This can be resolved by modifying the check_jmx script to include:
"$@"
instead of just the bare:
$@
bash ignores quotes when passing arguments to java, which forces java to
interpret them as individual arguments
Original comment by wins...@ametsitsi.com
on 2 Jul 2013 at 7:33
Perfect .. Thanks a lot
Original comment by rajeshwa...@dcis.net
on 30 Apr 2014 at 1:00
Yep, "$@" fixes this problem.
Original comment by donn...@gmail.com
on 19 Jun 2014 at 9:41
Original issue reported on code.google.com by
WegDa...@gmail.com
on 16 Oct 2012 at 9:30