diff options
| author | Adam Vandenberg | 2013-11-12 21:55:56 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-11-12 21:55:56 -0800 | 
| commit | 4d73e21ab13da1ca485591958e8f19e3eca654b0 (patch) | |
| tree | 3bd66e9c01e35ca9f50474525b8d620673b92810 | |
| parent | d97c53067dc7f378545ec7e14891b4e55f19dacb (diff) | |
| download | homebrew-4d73e21ab13da1ca485591958e8f19e3eca654b0.tar.bz2 | |
grc: nuke old comment
| -rw-r--r-- | Library/Formula/grc.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Formula/grc.rb b/Library/Formula/grc.rb index af06571b9..763229b80 100644 --- a/Library/Formula/grc.rb +++ b/Library/Formula/grc.rb @@ -10,7 +10,6 @@ class Grc < Formula    conflicts_with 'cc65', :because => 'both install `grc` binaries'    def install -    #TODO we should deprefixify since it's python and thus possible      inreplace ['grc', 'grc.1'], '/etc', etc      inreplace ['grcat', 'grcat.1'], '/usr/local', prefix      inreplace ['grc', 'grcat'], '#! /usr/bin/python', '#!/usr/bin/env python' | 
