CONFLICTs need to stay on one line for Cfg::Utils::preempt_conflict()
This commit is contained in:
parent
9fd7eab0d1
commit
08df492348
1 changed files with 1 additions and 1 deletions
2
Stow.pm
2
Stow.pm
|
@ -525,7 +525,7 @@ sub Conflict {
|
|||
my $src = &AbbrevHome(&JoinPaths($opts{stow}, $a));
|
||||
my $dst = &AbbrevHome(&JoinPaths($opts{target}, $b));
|
||||
|
||||
my $msg = "CONFLICT:\n $src\nvs.\n $dst" . ($type ? "\n ($type)" : '') . "\n\n";
|
||||
my $msg = "CONFLICT: $src vs. $dst" . ($type ? " ($type)" : '') . "\n";
|
||||
if ($opts{conflicts}) {
|
||||
warn $msg;
|
||||
#system "ls -l $src $dst";
|
||||
|
|
Loading…
Reference in a new issue