Download raw body.
regress: sh portability fixes
On 2023/03/03 16:29:16 +0000, Thomas Adam <thomas@xteddy.org> wrote: > Hi all, > > I've noticed a few '[ $foo == $bar ]' constructs creeping in, where they > should be '[ $foo = $bar ]' on POSIX-shells, especially (d)ash, where I run > most of those tests. > > Can someone give me an OK to commit, if/when happy? agreed, ok op@
regress: sh portability fixes