Parent Directory
|
Revision Log
Fix for CSH relative path
1 | # |
2 | # @(#)$Id$ |
3 | # |
4 | # A translation script to set environment variables for those poor sods that |
5 | # were brainwashed by the C-shell |
6 | # |
7 | set mycshtmpfile=`mktemp /tmp/vocachedir.XXXXXX` |
8 | if -f $mycshtmpfile then |
9 | sh -c "export ISCSHELL=yes ; . @PROFILEDIR@/AAvocachedir.sh" >> $mycshtmpfile |
10 | source $mycshtmpfile |
11 | rm -f $mycshtmpfile |
12 | endif |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |