Note that a workaround is to make /bin/sh not be a symlink.
For example, to replace /bin/sh with a hard link to /bin/dash...
rm /bin/sh
ln /bin/dash /bin/sh
Note that a workaround is to make /bin/sh not be a symlink.
For example, to replace /bin/sh with a hard link to /bin/dash...
rm /bin/sh
ln /bin/dash /bin/sh