gregtampa / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

UserDefined startup Commands containing " do not work correctly #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.The command listed in 2. put into the UserDefined startup doesn't work
2.mgen event "5.0 ON 1 UDP DST 224.225.1.2/5000 PERIODIC [1 1024]"
3.

What is the expected output? What do you see instead?
Expected: mgen running upon startup.
Node log: Mgen::ParseEvent() Error: invalid command ""5.0" at line: 0

What version of the product are you using? On what operating system?

Please provide any additional information below.
mgen is somehow processing the first argv "5.0 without the rest of the line 
which it requires.

Original issue reported on code.google.com by bebemas...@gmail.com on 17 Feb 2012 at 7:28

GoogleCodeExporter commented 9 years ago
looking into a fix for this

current workaround is to move quoted command into a shell script (create a new 
one using the "Files" tab) and change startup command to "sh scriptname.sh"

Original comment by ahrenh...@gmail.com on 5 Mar 2012 at 10:27

GoogleCodeExporter commented 9 years ago
fixed in r379

Original comment by ahrenh...@gmail.com on 5 Mar 2012 at 10:45