Rollback accidental change git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1537863 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/155a77c2 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/155a77c2 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/155a77c2 Branch: refs/heads/master Commit: 155a77c2c6fcfd0fe4f54805c548ad74d0a54432 Parents: 3766d17 Author: Peter Donald <[email protected]> Authored: Fri Nov 1 09:32:38 2013 +0000 Committer: Peter Donald <[email protected]> Committed: Fri Nov 1 09:32:38 2013 +0000 ---------------------------------------------------------------------- lib/buildr/core/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/155a77c2/lib/buildr/core/application.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/core/application.rb b/lib/buildr/core/application.rb index ab4cfdb..35a60bf 100644 --- a/lib/buildr/core/application.rb +++ b/lib/buildr/core/application.rb @@ -117,7 +117,7 @@ module Buildr @rakefiles = DEFAULT_BUILDFILES.dup @top_level_tasks = [] @home_dir = File.expand_path('.buildr', ENV['HOME']) - mkpath Buildr::Util.normalize_path(@home_dir) if !File.exist?(@home_dir) && File.writable?(ENV['HOME']) + mkpath @home_dir if !File.exist?(@home_dir) && File.writable?(ENV['HOME']) @settings = Settings.new(self) @on_completion = [] @on_failure = []
