We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0a211 commit 41d1b93Copy full SHA for 41d1b93
lib/Perl/Dist/Strawberry/Step.pm
@@ -291,7 +291,7 @@ sub _patch_file {
291
$self->boss->message(5, "PATCHING '$new' '$dst' '$dir' $tt_vars " . ($no_backup||'') . "\n");
292
293
if ($dst =~ /\*$/) {
294
- warn "WE IS PATCHIN '$new'";
+ warn "WE ARE PATCHIN '$new'";
295
}
296
if ($new eq 'config_H.gc' and ref($dst) =~ /HASH/) {
297
$self->boss->message(5, "_patch_file: using hash of values to update config_H.gc'\n");
@@ -324,7 +324,7 @@ if ($dst =~ /\*$/) {
324
#$self->_apply_patch($dir, $new);
325
{
326
my $wd = $self->_push_dir($dir);
327
- system("patch -i $new -p1") == 0 or die "patch '$new' FAILED";
+ system("patch --binary -i $new -p1") == 0 or die "patch '$new' FAILED";
328
329
330
elsif ($new =~ /\.(diff|patch)$/) {
0 commit comments