diff options
| author | Misty De Meo | 2012-12-19 21:08:56 -0600 | 
|---|---|---|
| committer | Misty De Meo | 2012-12-19 21:08:56 -0600 | 
| commit | a9cdd58a005bc56f3ba00103023c2d341b3938f2 (patch) | |
| tree | 8b3dcf9feb1cefe3a7deaaf41b7d41b493727451 | |
| parent | b67e685620d5ee21816459901f722f0fd639b496 (diff) | |
| download | homebrew-a9cdd58a005bc56f3ba00103023c2d341b3938f2.tar.bz2 | |
Change version guard to allow Tiger
| -rw-r--r-- | install | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -83,7 +83,7 @@ end  Dir.chdir "/usr"  ####################################################################### script -abort "MacOS too old, see: https://gist.github.com/1144389" if macos_version < 10.5 +abort "MacOS too old, see: https://gist.github.com/1144389" if macos_version < 10.4  abort "Don't run this as root!" if Process.uid == 0  abort <<-EOABORT unless `groups`.split.include? "admin"  This script requires the user #{ENV['USER']} to be an Administrator. If this | 
