summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/su/su.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c
index f08532395740..57122e213db1 100644
--- a/usr.bin/su/su.c
+++ b/usr.bin/su/su.c
@@ -290,8 +290,6 @@ main(int argc, char *argv[])
if (asme) {
if (ruid != 0 && !chshell(pwd->pw_shell))
errx(1, "permission denied (shell)");
- shell = _PATH_BSHELL;
- iscsh = NO;
}
else if (pwd->pw_shell && *pwd->pw_shell) {
shell = pwd->pw_shell;