From: Christos Zoulas Date: Wed, 11 Apr 2007 16:08:07 +0000 (+0000) Subject: from Mark.Martinec@ijs.si (Mark Martinec), simplify even more. X-Git-Tag: FILE5_05~623 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30fcfae7063d7bb2e4d7cab418f86d775a1ac030;p=file from Mark.Martinec@ijs.si (Mark Martinec), simplify even more. --- diff --git a/magic/Magdir/msdos b/magic/Magdir/msdos index 4b447e67..9efd4668 100644 --- a/magic/Magdir/msdos +++ b/magic/Magdir/msdos @@ -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