1234567891011121314 |
- Author: Werner Fink <werner@suse.de>
- Description: Updates (and re-enables) awk magic.
- diff -Naurp file.orig/magic/Magdir/commands file/magic/Magdir/commands
- --- file.orig/magic/Magdir/commands 2008-05-04 14:12:49.000000000 +0000
- +++ file/magic/Magdir/commands 2008-05-21 09:36:15.000000000 +0000
- @@ -49,6 +49,7 @@
- # update to distinguish from *.vcf files
- # this is broken because postscript has /EBEGIN{ for example.
- #0 search/Bb BEGIN { awk script text
- +0 regex =^\\s*BEGIN\\s*[{] awk script text
-
- # AT&T Bell Labs' Plan 9 shell
- 0 string/b #!\ /bin/rc Plan 9 rc shell script text executable
|