From: Todd C. Miller Date: Mon, 5 Feb 1996 02:59:21 +0000 (+0000) Subject: removed an XXX (fixed it in getspwuid.c) X-Git-Tag: SUDO_1_5_0~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3da8d74b0a91d26d331de6446518648bc5859e55;p=sudo removed an XXX (fixed it in getspwuid.c) --- diff --git a/sudo.c b/sudo.c index e651502e6..267b5dc79 100644 --- a/sudo.c +++ b/sudo.c @@ -254,7 +254,6 @@ int main(argc, argv) } /* add the shell as argv[0] */ - /* XXX - doesn't deal with "" meaning bourne shell */ if (user_shell && *user_shell) { if ((NewArgv[0] = strrchr(user_shell, '/') + 1) == (char *) 1) NewArgv[0] = user_shell;