diff options
Diffstat (limited to 'Library/Formula/fish.rb')
| -rw-r--r-- | Library/Formula/fish.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fish.rb b/Library/Formula/fish.rb index 4ab0e0e76..8c121475d 100644 --- a/Library/Formula/fish.rb +++ b/Library/Formula/fish.rb @@ -14,7 +14,7 @@ class Fish < Formula skip_clean 'share/doc' # Don't search extra folders for libiconv - def patches; DATA; end + def patches; DATA; end unless build.head? def install system "autoconf" |
