12345678910111213141516171819202122232425 |
- Subject: bump the strength so that we beat the generic script magic
- Origin: FILE5_24-26-ge92eb5c
- Upstream-Author: Christos Zoulas <christos@zoulas.com>
- Date: Tue Sep 8 13:59:44 2015 +0000
- --- a/magic/Magdir/python
- +++ b/magic/Magdir/python
- @@ -26,12 +26,16 @@
- 0 belong 0xee0c0d0a python 3.4 byte-compiled
-
- 0 search/1/w #!\ /usr/bin/python Python script text executable
- +!:strength + 10
- !:mime text/x-python
- 0 search/1/w #!\ /usr/local/bin/python Python script text executable
- +!:strength + 10
- !:mime text/x-python
- 0 search/1 #!/usr/bin/env\ python Python script text executable
- +!:strength + 10
- !:mime text/x-python
- -0 search/1 #!\ /usr/bin/env\ python Python script text executable
- +0 search/10 #!\ /usr/bin/env\ python Python script text executable
- +!:strength + 10
- !:mime text/x-python
-
-
|