aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 07:14:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-05 07:14:19 +0000
commit51604efe0e7e6d737f1feca6b95f8ef52f6f35a6 (patch)
treef6791151931b553f227599e21624864ec677460b
parent66a5bd22ee67510c8490da225eb3bcdc03a55096 (diff)
downloadruby-51604efe0e7e6d737f1feca6b95f8ef52f6f35a6.tar.gz
mkconfig.rb: trailing space
* tool/mkconfig.rb: [DOC] remove trailing space from a generated line. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-xtool/mkconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb
index 264dd99d6d..7e8ff10dba 100755
--- a/tool/mkconfig.rb
+++ b/tool/mkconfig.rb
@@ -179,7 +179,7 @@ module RbConfig
]
print " # Ruby installed directory.\n"
print " TOPDIR = File.dirname(__FILE__).chomp!(#{relative_archdir.dump})\n"
-print " # DESTDIR on make install. \n"
+print " # DESTDIR on make install.\n"
print " DESTDIR = ", (drive ? "TOPDIR && TOPDIR[/\\A[a-z]:/i] || " : ""), "'' unless defined? DESTDIR\n"
print <<'ARCH' if universal
arch_flag = ENV['ARCHFLAGS'] || ((e = ENV['RC_ARCHS']) && e.split.uniq.map {|a| "-arch #{a}"}.join(' '))