]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Don't use a shell feature not present in older shells.
authorGuy Harris <[email protected]>
Sun, 18 Aug 2019 22:48:15 +0000 (15:48 -0700)
committerGuy Harris <[email protected]>
Sun, 18 Aug 2019 22:48:15 +0000 (15:48 -0700)
Older shells, such as /bin/sh in Solaris 10, don't support command
substitution with the $(command) syntax, but do support it with the
`command` syntax.  Use the latter.


No differences found