On 07/08/19 18:38, Alex Bennée wrote: >>> Rather, we use '#!/usr/bin/env bash' to find bash anywhere. >> Nevermind - this script is pure Bourne shell. The only fix needed >> should be > I thought we wanted to use pure POSIX shell and not rely on bash-ism's > creeping in? >
There are uses of bash as long as it's marked as such (and not /bin/sh). But Bourne shell = /bin/sh, bash is the "Bourne-again" shell. :) Paolo