Hi all,
When I connect to my server from my Mac using sshfs.app, I need one
command to be executed at the start of the shell session. So I added
this to my .tcshrc:
if ( ! -e /vob/client/jars ) then
/opt/rational/clearcase/bin/cleartool setview hawkdev
endif
This works great when I ssh to the server from Terminal (on my Mac).
But for some reason sshfs.app hangs when connecting to the server with
this command in the .tcshrc. The command essentially creates a new
shell (for the same user), and mounts a virtual filesystem at /vob.
Can anyone give me a tip to make this work? Thanks for your help.
Byron
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---