mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0a7a01378c
commit
52e0f11b35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue