Home | History | Annotate | Download | only in Scripts

Lines Matching refs:force

1549     if (grep /^--force$/, @{$options}) {
1552 push @{$options}, "--force";
1570 # exit status. If "--force" is passed as an option, however, then never
1586 # ensureForce: whether to ensure --force is passed (defaults to 0).
1614 "status $exitStatus. Pass --force to ignore patch failures.\n";
1666 open(PATCH, "| patch --force --fuzz=3 --binary $fileNewer > " . File::Spec->devnull()) or die $!;