aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/android-sdk.rb
diff options
context:
space:
mode:
authorMax Howell2010-02-27 17:26:27 +0000
committerMax Howell2010-03-07 17:57:05 +0000
commitc4decd76fb353c9e8f0bcb07203f214434fc5395 (patch)
tree53c0ca16f2edca1237f2f5a42938cce2d0b31f08 /Library/Formula/android-sdk.rb
parent84ab27476cf79ac26200888108e6bef7ac6be852 (diff)
downloadhomebrew-c4decd76fb353c9e8f0bcb07203f214434fc5395.tar.bz2
String.undent for prettier HEREDOCs
Diffstat (limited to 'Library/Formula/android-sdk.rb')
-rw-r--r--Library/Formula/android-sdk.rb17
1 files changed, 9 insertions, 8 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index a04477d3d..9961ec85a 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -25,13 +25,14 @@ class AndroidSdk <Formula
end
end
- def caveats; <<-EOS
-We agreed to the Android SDK License Agreement for you by downloading the SDK.
-If this is unacceptable you should uninstall.
-You can read the license at: http://developer.android.com/sdk/terms.html
-
-Please add this line to your .bash_profile:
- export ANDROID_SDK_ROOT=#{prefix}
-EOS
+ def caveats; <<-EOS.undent
+ We agreed to the Android SDK License Agreement for you when we downloaded the
+ SDK. If this is unacceptable you should uninstall. You can read the license
+ at: http://developer.android.com/sdk/terms.html
+
+ Please add this line to your .bash_profile:
+
+ export ANDROID_SDK_ROOT=#{prefix}
+ EOS
end
end