fixed another ps command for BSDism compliance

This commit is contained in:
Jim Salter 2014-11-18 09:45:41 -05:00
parent 7f59d6651e
commit d30fbbef9a
1 changed files with 1 additions and 1 deletions

2
sanoid
View File

@ -944,7 +944,7 @@ sub writelock {
my $pid = $$;
open PL, "/bin/ps p $$ o args= |";
open PL, "$pscmd p $$ -o args= |";
my @processlist = <PL>;
close PL;