Skip to content

Update duckyconverter. Fix issue #284

Seems in BusyBox sh you can not assign a string variable with spaces to another variable you have declared locally all in one line??? For example: what I found is if $2='aa bb cc' then when we use 'local TMP_CONTENT=$2' it only assigns 'aa' to TMP_CONTENT and not the full string of 'aa bb cc'. This merge will fix issue #284 (closed)

Merge request reports