X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fclearcase;h=14a3d881380bf4b2dfd6af42a6030eeb13582a19;hb=7ddf095f187ca60d9a70fb83b2bc3c2b6d91f088;hp=1c33ad1f0471ffd0c0cc19be1b19a6211d03fa9d;hpb=559f9045ae05e457c7eb4b6c684aa9651b98971a;p=clearscm.git diff --git a/rc/clearcase b/rc/clearcase index 1c33ad1..14a3d88 100644 --- a/rc/clearcase +++ b/rc/clearcase @@ -132,11 +132,11 @@ function lllock { # View related functions function setview { if [ $ARCHITECTURE = 'cygwin' ]; then - if [[ $1 = -* ]]; then - echo "The setview command with options is not supported on Windows" - return - fi - + if [[ $1 = -* ]]; then + echo "The setview command with options is not supported on Windows" + return + fi + # Save off where we are back=$PWD @@ -148,7 +148,7 @@ function setview { fi # Setup $VOBTAG_PREFIX - mount -f -o binary $CLEARCASE_VIEW_DRIVE:/$1 $LINUX_VOBTAG_PREFIX + mount -f -o binary M:/$1 $LINUX_VOBTAG_PREFIX # Start a bash shell bash