From: Christos Zoulas Date: Tue, 16 Oct 2007 12:59:35 +0000 (+0000) Subject: comment out a too general entry. X-Git-Tag: FILE5_05~587 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dc5a3dabb96df532154f56efc0b3e9a4386a31d;p=file comment out a too general entry. --- diff --git a/magic/magic.mime b/magic/magic.mime index c9b4ea2a..9f70fab1 100644 --- a/magic/magic.mime +++ b/magic/magic.mime @@ -274,7 +274,8 @@ 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.