mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
734cbb634d
commit
d8b6e0896e
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Sep 22 13:58:51 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
|
||||
|
||||
* ext/extmk.rb: don't use default $:
|
||||
|
||||
Fri Sep 22 10:16:21 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
|
||||
|
||||
* win32/config.h.in: add HAVE_TELLDIR, HAVE_SEEKDIR
|
||||
|
|
|
@ -27,8 +27,7 @@ end
|
|||
# get absolute path
|
||||
$topdir = File.expand_path("..")
|
||||
|
||||
$:.push $top_srcdir
|
||||
$:.push $top_srcdir+"/lib"
|
||||
$:.replace [$top_srcdir, $top_srcdir+"/lib", "."]
|
||||
|
||||
require 'find'
|
||||
|
||||
|
|
Loading…
Reference in a new issue