Skip to content

Commit 88297b4

Browse files
authored
Merge pull request #455 from tfaughnan/ps-fix
ps.sh: fix ps arguments to work for busybox
2 parents 75458f9 + 45aa8fe commit 88297b4

File tree

1 file changed

+1
-1
lines changed
  • save_command_strategies

1 file changed

+1
-1
lines changed

save_command_strategies/ps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exit_safely_if_empty_ppid() {
1111
}
1212

1313
full_command() {
14-
ps -ao "ppid command" |
14+
ps -ao "ppid,args" |
1515
sed "s/^ *//" |
1616
grep "^${PANE_PID}" |
1717
cut -d' ' -f2-

0 commit comments

Comments
 (0)