CONFLICTs need to stay on one line for Cfg::Utils::preempt_conflict()

This commit is contained in:
adam 2011-10-24 16:09:25 +00:00 committed by Adam Spiers
parent 9fd7eab0d1
commit 08df492348

View file

@ -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";