From c40e5bac03f98322e4c3fdc5095330f603772928 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Nov 2016 07:14:19 +0000 Subject: 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 --- tool/mkconfig.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool') 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(' ')) -- cgit v1.2.3