appneta / tcpreplay

Pcap editing and replay tools for *NIX and Windows - Users please download source from
http://tcpreplay.appneta.com/wiki/installation.html#downloads
1.16k stars 268 forks source link

build: fix bashism in configure #714

Closed thesamesam closed 1 year ago

thesamesam commented 2 years ago

configure scripts are run with /bin/sh which is supposed to be a POSIX-compliant shell, so if /bin/sh is provided by e.g. dash (like on Debian) rather than bash, we hit errors.

This has no effect on functionality for bash & retains compatibility.

Signed-off-by: Sam James sam@gentoo.org