Various changes and additions for UCM and testing things
[clearscm.git] / lib / Clearcase / Vobs.pm
index 9630a7f..0f2d85f 100644 (file)
@@ -113,7 +113,7 @@ Returns:
 
   # Strip $VOBTAG_PREFIX
   foreach (@output) {
-    if ($ARCH eq 'windows' or $ARCH eq 'cygwin') {
+    if ($ARCHITECTURE eq 'windows' or $ARCHITECTURE eq 'cygwin') {
       s/\\//;
     } else {
       s/$Clearcase::VOBTAG_PREFIX//;