From: Christos Zoulas Date: Thu, 4 Jun 2015 19:16:55 +0000 (+0000) Subject: PR/458: Provide special version for env bash like we do with python. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d5f225e82dd08d288ed8cb79b3d178585fe8cf4;p=file PR/458: Provide special version for env bash like we do with python. --- diff --git a/magic/Magdir/commands b/magic/Magdir/commands index 3d974892..153af5e0 100644 --- a/magic/Magdir/commands +++ b/magic/Magdir/commands @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: commands,v 1.51 2014/09/27 00:12:55 christos Exp $ +# $File: commands,v 1.52 2015/06/04 19:16:55 christos Exp $ # commands: file(1) magic for various shells and interpreters # #0 string/w : shell archive or script for antique kernel text @@ -78,6 +78,8 @@ !:mime text/x-shellscript 0 string/wb #!\ /usr/local/bin/bash Bourne-Again shell script executable (binary data) !:mime text/x-shellscript +0 string/wt #!\ /usr/bin/env\ bash Bourne-Again shell script text executable +!:mime text/x-shellscript # PHP scripts # Ulf Harnhammar