Description
In hop run, if you do something like ./hop-run.sh -e dev -f mypipe.hpl -r local -p 'param=1234=56789'
The data after the = is deleted because the split on the = is not tied to 2
Attachments
Issue Links
- links to
In hop run, if you do something like ./hop-run.sh -e dev -f mypipe.hpl -r local -p 'param=1234=56789'
The data after the = is deleted because the split on the = is not tied to 2