aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJ. Brandt Buckley2014-10-02 02:30:33 -0700
committerMike McQuaid2014-10-02 11:02:51 -0700
commitafdbe1614c395c74a8c2ee4fe165b54df5d5bb70 (patch)
tree6ebe1ea0cc3ce0ed9658acdd202d5b18b52d7e66 /Library/Formula
parentee2a95d604dfda1411b267872e3f3c933576e1e2 (diff)
downloadhomebrew-afdbe1614c395c74a8c2ee4fe165b54df5d5bb70.tar.bz2
No spaces around operator
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/p0f.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/p0f.rb b/Library/Formula/p0f.rb
index acd566e14..09bb2f4bf 100644
--- a/Library/Formula/p0f.rb
+++ b/Library/Formula/p0f.rb
@@ -9,7 +9,7 @@ class P0f < Formula
inreplace "config.h", "p0f.fp", "#{etc}/p0f/p0f.fp"
system "./build.sh"
sbin.install "p0f"
- (etc + "p0f").install "p0f.fp"
+ (etc+"p0f").install "p0f.fp"
end
test do