Home | History | Annotate | Download | only in Scripts

Lines Matching refs:isForcing

1522 # Returns ($patchCommand, $isForcing).
1548 my $isForcing = 0;
1550 $isForcing = 1;
1553 $isForcing = 1;
1564 return ($patchCommand, $isForcing);
1597 my ($patchCommand, $isForcing) = generatePatchCommand($args);
1612 if ($exitStatus && !$isForcing) {