Hi Rich,
Thanks for your reply. So there should be a symlink installed /bin/bash pointing to /usr/local/bin/bash
$ cat /usr/local/tce.installed/bash
$
$ ls -la /usr/local/tce.installed/bash
-rwxrwxr-x 1 root staff 0 Apr 4 19:14 /usr/local/tce.installed/bash
$
$ which bash
/usr/local/bin/bash
$
$ bash --version
GNU bash, version 4.4.12(1)-release (i486-pc-linux-gnu)
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
$
$ version
9.0
$