We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b843228 commit 112feb8Copy full SHA for 112feb8
bin/uniq
@@ -84,7 +84,7 @@ if (defined $infile) {
84
}
85
if (defined $outfile) {
86
unless (open $out, '>', $outfile) {
87
- warn "$0: failed to open '$infile': $!\n";
+ warn "$0: failed to open '$outfile': $!\n";
88
exit EX_FAILURE;
89
90
} else {
0 commit comments