aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xclip.rb
diff options
context:
space:
mode:
authorJack Nagel2012-05-15 16:36:45 -0500
committerJack Nagel2012-05-15 17:08:57 -0500
commit8022bf4dc0f814d527965ed8ec7048f647c44ec5 (patch)
treec81698d18f153bc15c523fef04d10f35520b8b6d /Library/Formula/xclip.rb
parente98d63ad26c49af92fcd8ae6eef1d15d188bd3a0 (diff)
downloadhomebrew-8022bf4dc0f814d527965ed8ec7048f647c44ec5.tar.bz2
Fix more quoting issues
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/xclip.rb')
-rw-r--r--Library/Formula/xclip.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xclip.rb b/Library/Formula/xclip.rb
index a94baa606..119e965c7 100644
--- a/Library/Formula/xclip.rb
+++ b/Library/Formula/xclip.rb
@@ -12,6 +12,6 @@ class Xclip < Formula
end
def test
- system "#{bin}/xclip -version"
+ system "#{bin}/xclip", "-version"
end
end