diff -u bash-completion-1.1/debian/changelog bash-completion-1.1/debian/changelog diff -u bash-completion-1.1/debian/patches/series bash-completion-1.1/debian/patches/series --- bash-completion-1.1/debian/patches/series +++ bash-completion-1.1/debian/patches/series @@ -3,0 +4 @@ +bash-completion-scp-overescape-fix only in patch2: unchanged: --- bash-completion-1.1.orig/contrib/ssh +++ bash-completion-1.1/contrib/ssh @@ -177,7 +177,7 @@ userhost=${cur%%?(\\):*} path=${cur#*:} # unescape spaces - path=${path//\\\\\\\\ / } + path=${path//\\\\ / } if [ -z "$path" ]; then # default to home dir of specified user on remote host path=$(ssh -o 'Batchmode yes' $userhost pwd 2>/dev/null)