![](https://seccdn.libravatar.org/avatar/5b748275c3dbb1ceee18ed554486547d.jpg?s=120&d=mm&r=g)
On Sunday 2016-11-06 20:34, Peter Linnell wrote:
After installing RC2, I noticed something wrong in my org babel sh scripts; and looking into it further, I noticed:
me@server:~/tmp> sh sh-4.3$ exit exit me@server:~/tmp> which sh /usr/bin/sh me@server:~/tmp> ls -l /usr/bin/sh lrwxrwxrwx 1 root root 9 Nov 5 11:49 /usr/bin/sh -> /bin/bash m
Is sh supposed to just link to bash?
The real requirement is that the "sh" command, when invoked, provides a shell that behaves like POSIX sh. bash seems to largely fulfill that role, but you can also override it point to dash - another implementation of a POSIX sh - instead. (But some additional measures would be needed to make that permanent.) -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org