public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
use double quotes
thewoolleyman (author)
Mon Aug 25 18:49:45 -0700 2008
NZKoz (committer)
Tue Aug 26 00:40:19 -0700 2008
commit  289e3b90728cacdb96d61e721b30de566a0a8134
tree    8b7c09f91901681d48413f167e9db4168620b012
parent  52e15abbedab9ef6f3db03ef39fe5cbab9c3ddde
...
14
15
16
17
 
18
19
20
...
14
15
16
 
17
18
19
20
0
@@ -14,7 +14,7 @@ root_dir = File.expand_path(File.dirname(__FILE__) + "/..")
0
 
0
 # for now, use the no-passwd sudoers approach (documented in ci_setup_notes.txt)
0
 # A security hole, but there is nothing valuable on rails CI box anyway.
0
-build_results[:geminstaller] = system 'sudo geminstaller --config=#{root_dir}/ci/geminstaller.yml --exceptions'
0
+build_results[:geminstaller] = system "sudo geminstaller --config=#{root_dir}/ci/geminstaller.yml --exceptions"
0
 
0
 cd "#{root_dir}/activesupport" do
0
   puts

Comments