aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2010-12-02 01:13:41 +0000
committerMike McQuaid2010-12-02 01:13:41 +0000
commit0f0844d20fa3e059f98e0d3b80803df389f9a1ce (patch)
tree0d835fe4e5494eaa077156fd4c1c29cefada37d6
parent8da75a4ce609edb6829b08ea2f2213aee36f0695 (diff)
downloadhomebrew-0f0844d20fa3e059f98e0d3b80803df389f9a1ce.tar.bz2
Add missing newline to brew bottle.
-rwxr-xr-xLibrary/Contributions/examples/brew-bottle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/examples/brew-bottle.rb b/Library/Contributions/examples/brew-bottle.rb
index 5877fbf18..ccfc0bd3c 100755
--- a/Library/Contributions/examples/brew-bottle.rb
+++ b/Library/Contributions/examples/brew-bottle.rb
@@ -18,4 +18,4 @@ ARGV.each do|formula|
safe_system 'tar', 'czf', "#{destination}/#{filename}", "#{formula}/#{version}"
end
ohai "Bottled #{filename}"
-end \ No newline at end of file
+end