summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r--lib/rubygems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index a7bc959965..89305705af 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -187,7 +187,7 @@ module Gem
path = path.dup.untaint
if path == "-"
- here = Dir.pwd
+ here = Dir.pwd.untaint
start = here
begin