Skip to content

Commit

Permalink
Tweak display of missing sha
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Oct 6, 2010
1 parent cd48f0d commit 98a9225
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/brew
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ end
def dump_config
require 'hardware'
sha = `cd #{HOMEBREW_REPOSITORY} && git rev-parse --verify HEAD 2> /dev/null`.chomp
sha = "(none)" if sha.empty?
bits = Hardware.bits
cores = Hardware.cores_as_words
kernel_arch = `uname -m`.chomp
Expand Down

0 comments on commit 98a9225

Please sign in to comment.