Skip to content

Commit 9d27dd3

Browse files
committed
More feedback when patching
1 parent e5bc4e6 commit 9d27dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Perl/Dist/Strawberry/Step.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ sub _patch_file {
291291
my ($self, $new, $dst, $dir, $tt_vars, $no_backup) = @_;
292292
$self->boss->message(5, "PATCHING '$new' '$dst' '$dir' $tt_vars " . ($no_backup||'') . "\n");
293293

294-
if ($dst =~ /\*$/) {
295-
warn "WE ARE PATCHIN '$new'";
294+
if (1 or $dst =~ /\*$/) {
295+
warn "WE ARE PATCHING '$new' onto $dst";
296296
}
297297
if ($new eq 'config_H.gc' and ref($dst) =~ /HASH/) {
298298
$self->boss->message(5, "_patch_file: using hash of values to update config_H.gc'\n");

0 commit comments

Comments
 (0)