]> granicus.if.org Git - file/commitdiff
smaller limits
authorChristos Zoulas <christos@zoulas.com>
Tue, 8 May 2007 16:46:44 +0000 (16:46 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 8 May 2007 16:46:44 +0000 (16:46 +0000)
magic/Magdir/msdos

index c03163cefe5bb8b8878b4431f7f4709731986a3c..6143a26ad2ba0de5b05db2e30f598de60ce784fa 100644 (file)
@@ -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