summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-22 21:09:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-22 21:09:22 +0000
commit7eabee4a4079170f2cb727c885cd107f9d51a39c (patch)
tree6afe95e5432b6b88287c3e637c6e453668fa00d5 /ext
parentebb163d918a754e023188b2ac782bd492324955b (diff)
* ext/purelib.rb: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/purelib.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/purelib.rb b/ext/purelib.rb
index f826c5782e..10ee06176c 100644
--- a/ext/purelib.rb
+++ b/ext/purelib.rb
@@ -1,6 +1,3 @@
if nul = $:.index("-")
$:[nul..-1] = ["."]
end
-if nul = $:.index("-")
- $:[nul..-1] = ["."]
-end