The PBS option #PBS -S /bin/sh is again supported. We recommend to replace it with the /bin/bash interpreter.
Users with the /bin/tcsh default shell which are having job scripts with #!/bin/bash or #!/bin/sh header will need to add into their scripts #PBS -S /bin/bash to have working correctly module functions.