diff --git a/bin/stow.in b/bin/stow.in index c10baf7..de9c569 100755 --- a/bin/stow.in +++ b/bin/stow.in @@ -434,7 +434,7 @@ sub main { if (scalar @conflicts) { warn "WARNING: conflicts detected.\n"; if ($options->{'conflicts'}) { - map { warn $_ } @conflicts; + warn $_ foreach @conflicts; } warn "WARNING: all operations aborted.\n"; }