]> granicus.if.org Git - file/commitdiff
comment out a too general entry.
authorChristos Zoulas <christos@zoulas.com>
Tue, 16 Oct 2007 12:59:35 +0000 (12:59 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 16 Oct 2007 12:59:35 +0000 (12:59 +0000)
magic/magic.mime

index c9b4ea2a0a602318ee8df2d2cd1b3b70e3522c48..9f70fab1d075a582ac0256f193337ff6e7b06519 100644 (file)
 0       string          #!/usr/bin/awk          application/x-awk
 0       string          #!\ /usr/bin/awk        application/x-awk
 # update to distinguish from *.vcf files by Joerg Jenderek: joerg dot jenderek at web dot de
-0      regex           BEGIN[[:space:]]*[{]    application/x-awk
+# Too general, \EBEGIN matches in postscript
+#0     regex           BEGIN[[:space:]]*[{]    application/x-awk
 
 # For Larry Wall's perl language.  The ``eval'' line recognizes an
 # outrageously clever hack for USG systems.