Incorrect output while running "sudo -i echo" commands on RHEL 6.3
Issue
- Different output is given while running sudo command on RHEL 6.3
$ sudo -i echo " a b c "
a b c
- Expected output (from RHEL6.2):
$ sudo -i echo " a b c "
a b c
Environment
- Red Hat Enterprise Linux 6.3
- sudo-1.7.4p5-11.el6.x86_64
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.