[ruby-cvs:59159] nobu:r52008 (trunk): ruby-runner
nobu at ruby-lang.org
nobu at ruby-lang.org
Sun Oct 4 00:09:48 JST 2015
nobu 2015-10-04 00:09:47 +0900 (Sun, 04 Oct 2015)
New Revision: 52008
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52008
Log:
ruby-runner
* template/ruby-runner.c.in: wrapper to set dynamic loading path
environment variable. /bin/sh on Mac OS X 10.11 (El Capitan)
clears DYLD_LIBRARY_PATH.
it must:
- do nothing even if current directory is not present
- do not set other environment variables, e.g. PWD, SHLVL, etc
- do not open other FDs, e.g. pipes for timer thread
Added files:
trunk/template/ruby-runner.c.in
Modified files:
trunk/ChangeLog
trunk/Makefile.in
trunk/tool/runruby.rb
More information about the ruby-cvs
mailing list