Package: bash Version: 4.1-3 Version: 4.2-1 With the following alias defined:
$ alias rs='rsync -e "ssh -o ControlMaster=no" --inplace --progress' Pressing the combination for shell-expand-line (usually ctrl-alt-e) after having entered `rs`, results in: $ rsync -e ssh -o ControlMaster=no --inplace --progress However, it should have resulted in (alias-expand-line does this correctly): $ $ rsync -e "ssh -o ControlMaster=no" --inplace --progress The same happens with backslash escapes: $ alias x='echo some\ \ \ spaces' leads to $ echo some spaces instead of $ echo some\ \ \ spaces Occured both on squeeze and wheezy. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org