diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-08-17 23:04:23 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-08-17 23:04:23 +0000 |
commit | 52e0f11b3542b22bff63ddfcc21d5781195725a0 (patch) | |
tree | 401353809a3c8e38171046248b5148df2e6c910c /spec | |
parent | 0a7a01378cc41de54a304c461d8e5ef3d405e526 (diff) | |
download | ruby-52e0f11b3542b22bff63ddfcc21d5781195725a0.tar.gz |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r-- | spec/default.mspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/default.mspec b/spec/default.mspec index a9af608fe2..0506f1d86a 100644 --- a/spec/default.mspec +++ b/spec/default.mspec @@ -2,7 +2,7 @@ load File.dirname(__FILE__) + '/rubyspec/ruby.2.2.mspec' class MSpecScript builddir = Dir.pwd srcdir = ENV['SRCDIR'] - if !srcdir and File.exist?("#{builddir}/Makefile") then + if !srcdir and File.exist?("#{builddir}/Makefile") then File.open("#{builddir}/Makefile", "r:US-ASCII") {|f| f.read[/^\s*srcdir\s*=\s*(.+)/i] and srcdir = $1 } |