]> The Tcpdump Group git mirrors - tcpdump/commit
Fix Perl shebang in TESTrun.
authorDenis Ovsienko <[email protected]>
Sun, 26 Jan 2020 21:30:26 +0000 (21:30 +0000)
committerDenis Ovsienko <[email protected]>
Sun, 26 Jan 2020 21:30:26 +0000 (21:30 +0000)
commit420e818e568e6c43f8bb61319828be5e0d43168b
tree59068aee9c3f9877497196e1b651206d4a013d64
parent5ea1e10ab7b29739215c9b52c37e10f4fd7d9151
Fix Perl shebang in TESTrun.

Some script interpreters do not have the same pathname in all operating
systems where they work (e.g. Perl is /usr/local/bin/perl on FreeBSD).
Apply the classic solution to this classic problem.
tests/TESTrun