Compatibility with non-bash shell

trunk
Matt Brictson 4 years ago
parent 2b3603edd9
commit cec372b2f8
No known key found for this signature in database
GPG Key ID: 2F279EAD1F2ACFAF

@ -166,7 +166,7 @@ def preexisting_git_repo?
end
def any_local_git_commits?
system("git log &> /dev/null")
system("git log > /dev/null 2>&1")
end
def run_with_clean_bundler_env(cmd)

Loading…
Cancel
Save