You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2016/05/22 10:50:45 UTC

[03/11] buildr git commit: Prefer single quotes

Prefer single quotes


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/d3a06b7b
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/d3a06b7b
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/d3a06b7b

Branch: refs/heads/master
Commit: d3a06b7b9e52553b7d4785856ff340f86e889603
Parents: 7cbe77c
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun May 22 20:24:34 2016 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun May 22 20:24:34 2016 +1000

----------------------------------------------------------------------
 spec/sandbox.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/d3a06b7b/spec/sandbox.rb
----------------------------------------------------------------------
diff --git a/spec/sandbox.rb b/spec/sandbox.rb
index 599784d..fe42192 100644
--- a/spec/sandbox.rb
+++ b/spec/sandbox.rb
@@ -193,7 +193,7 @@ module Sandbox
     Layout.default = @_sandbox[:layout].clone
 
     $LOAD_PATH.replace @_sandbox[:load_path]
-    ENV["RUBYOPT"] = @_sandbox[:ruby_opt]
+    ENV['RUBYOPT'] = @_sandbox[:ruby_opt]
 
     FileUtils.rm_rf @temp
     mkpath ENV['HOME']