mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-02-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c0228ba556
commit
e9bdbbdb75
17 changed files with 968 additions and 407 deletions
|
|
@ -282,7 +282,9 @@ establishShell(shellname, info)
|
|||
dup2(slave,2);
|
||||
close(slave);
|
||||
|
||||
#if defined(HAVE_SETEUID) || defined(HAVE_SETREUID) || defined(HAVE_SETRESUID)
|
||||
seteuid(getuid());
|
||||
#endif
|
||||
|
||||
argc = 0;
|
||||
for (i = 0; shellname[i];) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue