aboutsummaryrefslogtreecommitdiffstats
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
commit2cdb1c33763d3dda6691ee4b7ffc53e684bd528e (patch)
treefeee01743d9bcfafa6e93afb7155d42c33120af5
parent80a0e2f7531dcb8260059209a6a0bab9ab3a08cc (diff)
downloadruby-2cdb1c33763d3dda6691ee4b7ffc53e684bd528e.tar.gz
* ext/purelib.rb: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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