More changes to Clearcase and Clearquest stuff
[clearscm.git] / lib / Clearcase / Vob.pm
index 142c1dc..ca4f765 100644 (file)
@@ -1248,6 +1248,8 @@ Ouput from cleartool
   } # for
 
   if ($host && $vbs) {
+    $additionalOpts .= '-ucmproject' if $self->{ucmproject};
+
     ($status, @output) = $Clearcase::CC->execute (
       "mkvob -tag $self->{tag} $comment $additionalOpts -host $host -hpath $vbs "
     . "-gpath $vbs $vbs");