From: Todd C. Miller Date: Mon, 20 Jan 2003 20:58:48 +0000 (+0000) Subject: Add missing "$HOME" X-Git-Tag: SUDO_1_6_7~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfd0d2829dee6ba6374a6979f59c68241f4eacd8;p=sudo Add missing "$HOME" --- diff --git a/config.h.in b/config.h.in index c9735acdd..8476bb5a7 100644 --- a/config.h.in +++ b/config.h.in @@ -402,7 +402,7 @@ /* Define if you want sudo to start a shell if given no arguments. */ #undef SHELL_IF_NO_ARGS -/* Define if you want sudo to set in shell mode. */ +/* Define if you want sudo to set $HOME in shell mode. */ #undef SHELL_SETS_HOME /* If using the C implementation of alloca, define if you know the