From bc3e73a8f3db588b7b72e0baf87a6eb3c7d7e61f Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 29 Jan 2015 08:26:45 +0000 Subject: rbinstall.rb: literal colon * tool/rbinstall.rb (PROLOG_SCRIPT): ":" in "Use Alternate Value" parameter expansion is not a path separator, but a literal colon. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/rbinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/rbinstall.rb') diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 43efc15671..5c420bf023 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -424,7 +424,7 @@ EOS pathsep = File::PATH_SEPARATOR PROLOG_SCRIPT << <