Removed /usr/local from CDPATH
[clearscm.git] / rc / clearcase.conf
1 # Clearcase configuration: This file is sourced by ~/.rc/clearcase so you 
2 # can set some variables if you like to represent site defaults
3
4 # The vobtag prefix in use at this site
5 if [ $ARCHITECTURE = 'cygwin' ]; then
6   export VOBTAG_PREFIX=\\
7 else 
8   export VOBTAG_PREFIX=/vob/
9 fi
10
11 # While for most commands we use $VOBTAG_PREFIX even when in Cygwin because
12 # from a command line we are often calling cleartool (through the scm function)
13 # We do want the setview function to mount vobs in the Linux way so we export
14 # this variable for that purpose.
15 export LINUX_VOBTAG_PREFIX=/vob
16
17 # The default pvob
18 export pvob=${VOBTAG_PREFIX}
19
20 # The default vob
21 export dvob=${VOBTAG_PREFIX}