Add tmux warning for launchctl caveats.

References Homebrew/homebrew#13951.
This commit is contained in:
Mike McQuaid 2013-01-26 14:06:46 +00:00
parent 21f1efcba6
commit 5fd9c56803

View File

@ -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