]> granicus.if.org Git - file/commitdiff
PR/458: Provide special version for env bash like we do with python.
authorChristos Zoulas <christos@zoulas.com>
Thu, 4 Jun 2015 19:16:55 +0000 (19:16 +0000)
committerChristos Zoulas <christos@zoulas.com>
Thu, 4 Jun 2015 19:16:55 +0000 (19:16 +0000)
magic/Magdir/commands

index 23a97fd24c8510dd5f5438dc6b266d57423a0470..1e06ee88ba83f539eae7a72773e911b93b49d89d 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: commands,v 1.50 2014/05/30 16:48:44 christos Exp $
+# $File: commands,v 1.51 2014/09/27 00:12: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 <ulfh@update.uu.se>