1
0
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:
Jim Meyering
2003-02-19 14:03:44 +00:00
parent f0ecd05212
commit af4ad8d695

View File

@@ -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|.*/||;