diff options
| author | Mike McQuaid | 2013-01-26 14:06:46 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-01-26 14:06:48 +0000 | 
| commit | 5fd9c568031d42b93b1f7a3bfc2a91d4e266aac2 (patch) | |
| tree | 39f3b042f4036a1f8cc0dacf065388e77c14db39 /Library/Homebrew/caveats.rb | |
| parent | 21f1efcba65e036fcbc57da26af9bbd35a36e2d4 (diff) | |
| download | brew-5fd9c568031d42b93b1f7a3bfc2a91d4e266aac2.tar.bz2 | |
Add tmux warning for launchctl caveats.
References Homebrew/homebrew#13951.
Diffstat (limited to 'Library/Homebrew/caveats.rb')
| -rw-r--r-- | Library/Homebrew/caveats.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 584904791..926614d0a 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  | 
