Skip to content

Fix wget failing to parse urls that contained an '=' character

Jeremy Soller requested to merge Nickforall:fix-wget-params into master

Created by: Nickforall

As pointed out in #29 wget doesn't accept urls that contain an = character, this is due to the way redox-os/arg-parser parses arguments.

Merge request reports