summaryrefslogtreecommitdiff
path: root/perl5/Local/Interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl5/Local/Interactive.pm')
-rw-r--r--perl5/Local/Interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl5/Local/Interactive.pm b/perl5/Local/Interactive.pm
index c70d37a4..58d09d02 100644
--- a/perl5/Local/Interactive.pm
+++ b/perl5/Local/Interactive.pm
@@ -239,6 +239,7 @@ sub _sysptycap_tty {
}
$slave->close;
exit 2 if $interrupted;
+ # TODO decode $output according to the locale's charset
return { exit => $? >> 8, output => $output };
}