From e92eb5cc8a27cf50d7242b5a256af8f51ac4518d Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 8 Sep 2015 13:59:44 +0000 Subject: [PATCH] bump the strength so that we beat the generic script magic --- magic/Magdir/python | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/magic/Magdir/python b/magic/Magdir/python index 639e06d4..a3cfeceb 100644 --- a/magic/Magdir/python +++ b/magic/Magdir/python @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: python,v 1.25 2014/05/06 16:08:32 christos Exp $ +# $File: python,v 1.26 2014/08/04 05:58:40 christos Exp $ # python: file(1) magic for python # # Outlook puts """ too for urgent messages @@ -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 -- 2.40.0