> From: "Theo de Raadt" <[email protected]> > Date: Sat, 09 Dec 2017 11:38:44 -0700 > > > this just feels like a needless deviation. > > all i can say is: > > bash-4.4$
Which is perfectly fine for bash since it isn't the POSIX shell when invoked as bash. For the same reason we can do what we want for ksh. But we should probably keep the POSIX default for sh. POSIX doesn't cover csh, so we're free to do what we want here too. So my proposal is to make the change, but stick with the current default for ksh-invoked-as-sh.
