From 5fd9c568031d42b93b1f7a3bfc2a91d4e266aac2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 26 Jan 2013 14:06:46 +0000 Subject: [PATCH] Add tmux warning for launchctl caveats. References Homebrew/homebrew#13951. --- Library/Homebrew/caveats.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 584904791e..926614d0a0 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -95,6 +95,7 @@ class Caveats s << " launchctl load #{plist_link}" end end + s << '' << "WARNING: launchctl will fail when run under tmux." end s.join("\n") unless s.empty? end