]> granicus.if.org Git - file/commitdiff
from Mark.Martinec@ijs.si (Mark Martinec), simplify even more.
authorChristos Zoulas <christos@zoulas.com>
Wed, 11 Apr 2007 16:08:07 +0000 (16:08 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 11 Apr 2007 16:08:07 +0000 (16:08 +0000)
magic/Magdir/msdos

index 4b447e675a84a55333dbf9545107fbce26832f65..9efd46680369956ec08e0d78c26e265b36fd1e7b 100644 (file)
@@ -14,8 +14,9 @@
 
 # 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,999}call[\ \t]{1,999}rxfu OS/2 REXX batch file text
-100    regex/c =^[[:space:]]{0,999}say\ ['"]        OS/2 REXX batch file text
+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 =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
 100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text