Comment 2 for bug 1424243

Revision history for this message
René (j-rene-r) wrote :

If you replace & with & it seems to work:

foo=`echo "this & that" | sed -r 's/[&]+/&/g'`
notfiy-send "teste" "$foo"