diff options
| author | Adam Vandenberg | 2010-09-22 09:04:17 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-06 08:02:17 -0700 |
| commit | 98a9225dd5304286b3cca92a3ea5e7f235ccf872 (patch) | |
| tree | 1f90b3b7080f775e412c32a89e33130aa29b5740 /bin | |
| parent | cd48f0d652b075c683b6e5e2cd3e0662d18096b4 (diff) | |
| download | homebrew-98a9225dd5304286b3cca92a3ea5e7f235ccf872.tar.bz2 | |
Tweak display of missing sha
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
