From: Jim Meyering Date: Wed, 28 May 2003 18:05:46 +0000 (+0000) Subject: Allow expansion of `$file' in the here- X-Git-Tag: v5.0.1~438 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38f8cadb9c5a7c60ed651fe973cdbde8521eb2b4;p=thirdparty%2Fcoreutils.git Allow expansion of `$file' in the here- document corresponding to comment at the top of fs.h. --- diff --git a/src/extract-magic b/src/extract-magic index fdc8ffe1fc..cd97b4bede 100644 --- a/src/extract-magic +++ b/src/extract-magic @@ -4,7 +4,7 @@ use strict; use Getopt::Long; -(my $VERSION = '$Revision: 1.1 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.2 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; END @@ -87,9 +87,9 @@ EOF # Fail if there is a `case S_MAGIC_.*' line without # a properly formed comment. - print <<\EOF; + print <