This commit is contained in:
Johannes Schauer Marin Rodrigues 2024-09-13 01:18:20 +02:00
parent 6e4ed4a049
commit dbce1ee27b
Signed by: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -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});