setup_rc now outputs something to stdout if there are any changes
[clearscm.git] / rc / clearcase.conf
index aafc4cc..3e8c4f4 100644 (file)
@@ -2,7 +2,7 @@
 # can set some variables if you like to represent site defaults
 
 # The vobtag prefix in use at this site
-if [ $ARCH = 'cygwin' ]; then
+if [ $ARCHITECTURE = 'cygwin' ]; then
   export VOBTAG_PREFIX=\\
 else 
   export VOBTAG_PREFIX=/vob/
@@ -18,4 +18,4 @@ export LINUX_VOBTAG_PREFIX=/vob
 export pvob=${VOBTAG_PREFIX}9200_projects
 
 # The default vob
-export dvob="${VOBTAG_PREFIX}9200"
\ No newline at end of file
+export dvob="${VOBTAG_PREFIX}9200"