Comment 1 for bug 435055

Revision history for this message
Martin Eve (martineve) wrote : Re: Bash completion for wget doesn't escape spaces.

I am able to reproduce this bug on Jaunty and Karmic i386.

Steps:

wget -o ~/folder/start-of-folder-with-spaces-in-it<TAB>

Expected result:

wget -o /home/martin/fully\ escaped\ name\ of\ folder

Actual result:

wget -o /home/martin/fully escaped name of folder