fix typo
This commit is contained in:
parent
6e4ed4a049
commit
dbce1ee27b
1 changed files with 1 additions and 1 deletions
|
@ -6612,7 +6612,7 @@ sub main() {
|
|||
|
||||
if ($options->{target} eq '-') {
|
||||
if (POSIX::isatty STDOUT) {
|
||||
error "stdout is a an interactive tty";
|
||||
error "stdout is an interactive tty";
|
||||
}
|
||||
} else {
|
||||
my $abs_path = abs_path($options->{target});
|
||||
|
|
Loading…
Reference in a new issue