Bug#691913: change of sudo behavior when quoting commands

2021-02-24 Thread Marc Haber
On Wed, Oct 31, 2012 at 11:14:01AM +0100, Guido Trotter wrote: > I had a script (that used to work on some older version of sudo) doing > the equivalent of: > > sudo -u ultrotter -i "echo ciao && whoami" > ciao > ultrotter > > This worked eg. on Sudo version 1.7.2p1 > > Nowadays it does parse th

Bug#691913: change of sudo behavior when quoting commands

2012-10-31 Thread Guido Trotter
Package: sudo Version: 1.8.5p2-1 Severity: normal I had a script (that used to work on some older version of sudo) doing the equivalent of: sudo -u ultrotter -i "echo ciao && whoami" ciao ultrotter This worked eg. on Sudo version 1.7.2p1 Nowadays it does parse the command as one single command: