5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
|
||
|
test "$result" = "ps"
|