mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
fix comment
This commit is contained in:
@@ -13,6 +13,8 @@ esac
|
||||
exec $PERL -w -- - <<\EOF
|
||||
|
||||
# Ensure that cat exits upon a single EOF (^D) from a tty.
|
||||
# Do the same for all programs that can read stdin,
|
||||
# requiring no arguments and that write to standard output.
|
||||
use strict;
|
||||
|
||||
(my $ME = $0) =~ s|.*/||;
|
||||
|
||||
Reference in New Issue
Block a user