.profile
# detect if we're in a PASE shell | |
/QSYS.LIB/QSHELL.LIB/UNAME.PGM > /dev/null 2>&1 | |
if [ $? != 0 -a "$SHELL" != "/bin/bash" ] | |
then | |
exec /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment