[sudo-commits] sudo changeset 11006:e57639cb2f97

Todd C. Miller Todd.Miller at courtesan.com
Wed Jul 12 05:47:28 MDT 2017


changeset:	11006:e57639cb2f97 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/e57639cb2f97
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jul 12 05:45:46 2017 -0600

Log Message:
	Remove pointless subshells in targets that simply change the directory
	and execute a command.  The command is already run in a shell so
	there is no need to execute a subshell in this case.

diffstat:

 Makefile.in                      |   4 ++--
 doc/Makefile.in                  |  24 ++++++++++++------------
 examples/Makefile.in             |   4 ++--
 include/Makefile.in              |   4 ++--
 lib/util/Makefile.in             |   2 +-
 lib/zlib/Makefile.in             |   4 ++--
 plugins/group_file/Makefile.in   |   4 ++--
 plugins/sample/Makefile.in       |   4 ++--
 plugins/sudoers/Makefile.in      |   4 ++--
 plugins/system_group/Makefile.in |   4 ++--
 src/Makefile.in                  |   4 ++--
 11 files changed, 31 insertions(+), 31 deletions(-)


More information about the sudo-commits mailing list