Commit 2409907c authored by gfleury's avatar gfleury

Fix typo

parent 43146158
...@@ -571,6 +571,7 @@ int change_user_group () { ...@@ -571,6 +571,7 @@ int change_user_group () {
setenv("USER", pw->pw_name, 1); setenv("USER", pw->pw_name, 1);
setenv("HOME", pw->pw_dir, 1); setenv("HOME", pw->pw_dir, 1);
setenv("SHELL", pw->pw_shell, 1); setenv("SHELL", pw->pw_shell, 1);
}
} }
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment