Hi,
The last line of
6.x/x86_64/bash.tcz -- tce.installed script produces an error if the tcuser is
not tc:
chown: unknown user/group tc:staff
It's hardcoded for the user
tc. Here's the offending line from
/usr/local/tce.installed/bash:
chown tc:staff /home/"$TCHOME"/.bashrc
I'm guessing this can be fixed with:
chown $TCHOME:staff /home/"$TCHOME"/.bashrc
Thanks.
Edit: This doesn't actually prevent the installation of the
bash extension, so not a very serious issue..