summaryrefslogtreecommitdiff
path: root/uupacktool.pl
diff options
context:
space:
mode:
Diffstat (limited to 'uupacktool.pl')
-rw-r--r--uupacktool.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/uupacktool.pl b/uupacktool.pl
index bf947bb259..bb4dc0092f 100644
--- a/uupacktool.pl
+++ b/uupacktool.pl
@@ -26,7 +26,6 @@ sub handle_file {
open my $fh, "<", $file
or do { warn "Could not open input file $file: $!"; exit 0 };
- binmode $fh;
my $str = do { local $/; <$fh> };
### unpack?