aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pig.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pig.rb')
-rw-r--r--Library/Formula/pig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pig.rb b/Library/Formula/pig.rb
index c07dde27a..72ac6e998 100644
--- a/Library/Formula/pig.rb
+++ b/Library/Formula/pig.rb
@@ -16,7 +16,7 @@ class Pig < Formula
def caveats; <<-EOS.undent
You may need to set JAVA_HOME:
- export JAVA_HOME=$(/usr/libexec/java_home)
+ export JAVA_HOME="$(/usr/libexec/java_home)"
EOS
end
end