On Tue, Feb 18, 2020 at 06:44:25PM +0500, Илья Шипицин wrote:
> when specifying "shell" in vtc, can we require posix /bin/sh ? or is it by
> chance ?
>
> shell {
> HOST=${h1_fe1_addr}
> if [ "${h1_fe1_addr}" = "::1" ] ; then
> HOST="\[::1\]"
> fi
>
> md5=$(which md5 || which md5sum)
>
> /bin/sh can be a symlink to bash, dash or anything else. -- William Lallemand

