From dc0cd559fec5aac4683e8e697a41aed572233400 Mon Sep 17 00:00:00 2001 From: Dmitriy Dzema Date: Tue, 11 May 2010 01:11:08 +1100 Subject: Split arguments into separate XML tags. This fixes the problem with launchctl which does not want to load plists with spaces in ProgramArguments strings Signed-off-by: Adam Vandenberg --- Library/Formula/memcached.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb index 327aafd42..ea613a28d 100644 --- a/Library/Formula/memcached.rb +++ b/Library/Formula/memcached.rb @@ -39,7 +39,8 @@ Add "-d" to start it as a daemon. ProgramArguments #{HOMEBREW_PREFIX}/bin/memcached - -l 127.0.0.1 + -l + 127.0.0.1 RunAtLoad -- cgit v1.2.3