X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fmultisite;h=373cd9006606ff77f9f8616ba2bc43540a0f75ad;hb=f6ad325ac05d6e777f60ae0e4cdde53cf2962ec2;hp=2c9a8c218129a126e166707f252ed6d3c8478ad7;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/rc/multisite b/rc/multisite index 2c9a8c2..373cd90 100644 --- a/rc/multisite +++ b/rc/multisite @@ -14,7 +14,7 @@ # (c) Copyright 2000-2005, Andrew@DeFaria.com, all rights reserved. # ################################################################################ -if [ $ARCH = "cygwin" ]; then +if [ $ARCHITECTURE = "cygwin" ]; then export MSHOME=$(cygpath -u "$(regtool get '/machine/SOFTWARE/Rational Software/RSINSTALLDIR' 2>/dev/null)" 2>/dev/null) else export MSHOME=/opt/rational/clearcase/ @@ -31,7 +31,7 @@ if [ -x "$MULTITOOL" ]; then export CLEARCASE_BLD_HOST_TYPE=Windows export SLOGS=$LOGS/sync_logs - if [ $ARCH = "cygwin" ]; then + if [ $ARCHITECTURE = "cygwin" ]; then export SB="${MSHOME}var/shipping/ms_ship" else export SB="/var/adm/rational/clearcase/shipping/ms_ship"