mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-03 16:32:13 +00:00 
			
		
		
		
	Correct ps flag for OpenBSD
Same flag as FreeBSD is needed
This commit is contained in:
		@@ -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
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user