summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/isatty.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/isatty.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/POSIX/isatty.al2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/isatty.al b/Master/tlpkg/tlperl/lib/auto/POSIX/isatty.al
index a5511b672a0..6b1a13f2b72 100644
--- a/Master/tlpkg/tlperl/lib/auto/POSIX/isatty.al
+++ b/Master/tlpkg/tlperl/lib/auto/POSIX/isatty.al
@@ -3,7 +3,7 @@
# See AutoSplit.pm.
package POSIX;
-#line 721 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\isatty.al)"
+#line 715 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\isatty.al)"
sub isatty {
usage "isatty(filehandle)" if @_ != 1;
-t $_[0];