public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/thewoolleyman/rails.git
use double quotes
thewoolleyman (author)
Mon Aug 25 18:49:45 -0700 2008
commit  75d5ed3e863c3a4ec34c7fe9beb80fe749319a97
tree    c83da025f01f692761271af8ea8c3cbca9818e0f
parent  e42e041497840fbf80cc1f35655796b2bafc8c1b
...
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

    No one has commented yet.