From b121e5fd7be1b1984e51caa6a369dd8faf70a57a Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Thu, 6 Aug 2015 15:45:52 +0800 Subject: more core file style updated by rubocop --- Library/ENV/scm/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/ENV/scm/git') diff --git a/Library/ENV/scm/git b/Library/ENV/scm/git index 06a04b7f1..0c768403c 100755 --- a/Library/ENV/scm/git +++ b/Library/ENV/scm/git @@ -17,7 +17,7 @@ when "git" then %W[HOMEBREW_GIT GIT] when "svn" then %W[HOMEBREW_SVN] else [] end.each do |key| - exec ENV[key], *ARGV if ENV[key] and File.executable? ENV[key] + exec ENV[key], *ARGV if ENV[key] && File.executable?(ENV[key]) end brew_version = File.expand_path("#{D}/../../../bin/#{F}") -- cgit v1.2.3