mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
5 lines
86 B
Text
5 lines
86 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
result=$(${SH} -c 'f() { ps -p $$ -o comm=; }; f')
|
||
|
|
test "$result" = "ps"
|