mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-22 04:18:48 +00:00
Merge pull request #67 from SilentGob/master
Correct ps flag for OpenBSD
This commit is contained in:
commit
3244b809eb
@ -13,6 +13,7 @@ exit_safely_if_empty_ppid() {
|
|||||||
ps_command_flags() {
|
ps_command_flags() {
|
||||||
case $(uname -s) in
|
case $(uname -s) in
|
||||||
FreeBSD) echo "-ao" ;;
|
FreeBSD) echo "-ao" ;;
|
||||||
|
OpenBSD) echo "-ao" ;;
|
||||||
*) echo "-eo" ;;
|
*) echo "-eo" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user