aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pig.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-01-28 11:25:36 -0800
committerAdam Vandenberg2012-01-28 11:25:36 -0800
commit8451bd205eff832584f14f155e910b7f3551fd1e (patch)
tree5d44ca6afd438ee77d2dc194c493b1183357c1a5 /Library/Formula/pig.rb
parent0eaba2b4e11d36a8e5fc6a5e2340966401146c24 (diff)
downloadhomebrew-8451bd205eff832584f14f155e910b7f3551fd1e.tar.bz2
Normalize JAVA_HOME
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