From: Christos Zoulas Date: Tue, 8 May 2007 16:46:44 +0000 (+0000) Subject: smaller limits X-Git-Tag: FILE5_05~614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18e943cbc0b2bccbeacf6ad791ed20d8b0559e94;p=file smaller limits --- diff --git a/magic/Magdir/msdos b/magic/Magdir/msdos index c03163ce..6143a26a 100644 --- a/magic/Magdir/msdos +++ b/magic/Magdir/msdos @@ -14,8 +14,8 @@ # OS/2 batch files are REXX. the second regex is a bit generic, oh well # the matched commands seem to be common in REXX and uncommon elsewhere -100 regex/c =^[\ \t]{0,99}call[\ \t]{1,99}rxfunc OS/2 REXX batch file text -100 regex/c =^[\ \t]{0,999}say\ ['"] OS/2 REXX batch file text +100 regex/c =^[\ \t]{0,10}call[\ \t]{1,10}rxfunc OS/2 REXX batch file text +100 regex/c =^[\ \t]{0,10}say\ ['"] OS/2 REXX batch file text 100 regex/c =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text