X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fclearcase;h=f06a3e06bd6f45d2703c934fa6717c7b223a97d2;hb=e39db559019bc50e3741acfcad5f8c5ace25b25f;hp=f651231484a1c92431ec59a08ea40558c2a91b89;hpb=4f7c9ef6a17a313a1f430498d748f13d7682b045;p=clearscm.git diff --git a/rc/clearcase b/rc/clearcase index f651231..f06a3e0 100644 --- a/rc/clearcase +++ b/rc/clearcase @@ -11,26 +11,9 @@ # Modified: $Date: 2011/10/24 18:07:05 $ # Language: bash # -# (c) Copyright 2000-2011, ClearSCM, Inc., all rights reserved. +# (c) Copyright 2000-2016, ClearSCM, Inc., all rights reserved. # ################################################################################ -# Set ARCHITECTURE of the machine -KERNEL=$(uname -s) - -if [[ $KERNEL = CYGWIN* ]]; then - export ARCHITECTURE=cygwin - vobtagPrefix='\\\\\\\' -elif [ $KERNEL = "Linux" ]; then - export ARCHITECTURE=linux -elif [ $KERNEL = "SunOS" ]; then - export ARCHITECTURE=sun -elif [ $KERNEL = "FreeBSD" ]; then - export ARCHITECTURE=$KERNEL -else - export ARCHITECTURE='' - echo "Warning: Unknown architecture ($KERNEL)" -fi - if [ $ARCHITECTURE = 'cygwin' ]; then export CCHOME=$(cygpath -u "$(regtool get '/machine/SOFTWARE/Rational Software/RSINSTALLDIR' 2>/dev/null)"/Clearcase 2>/dev/null); else