]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Allow expansion of `$file' in the here-
authorJim Meyering <jim@meyering.net>
Wed, 28 May 2003 18:05:46 +0000 (18:05 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 28 May 2003 18:05:46 +0000 (18:05 +0000)
document corresponding to comment at the top of fs.h.

src/extract-magic

index fdc8ffe1fc003ecd1b59fc55a8c101558afc8f46..cd97b4bede7e54592d3239321b6a4428802af89d 100644 (file)
@@ -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 <<EOF;
 /* Define the magic numbers as given by statfs(2).
-   Please send additions to meskes@debian.org.
+   Please send additions to meskes\@debian.org.
    This file is generated automatically from $file. */
 
 #if defined __linux__