]> granicus.if.org Git - file/commitdiff
Fix pasto in previous.
authorkim <kim>
Tue, 4 Mar 2014 12:20:42 +0000 (12:20 +0000)
committerkim <kim>
Tue, 4 Mar 2014 12:20:42 +0000 (12:20 +0000)
magic/Magdir/commands

index 7dbee86c4d9174dcb1f8719f3ba3a3d210d290e5..bfffdefe813cac3f7c7f51af529ddffb1c3e7c2d 100644 (file)
@@ -1,25 +1,23 @@
 
 #------------------------------------------------------------------------------
-# $File: commands,v 1.46 2013/03/25 14:06:55 christos Exp $
+# $File: commands,v 1.47 2014/03/01 22:32:39 christos Exp $
 # commands:  file(1) magic for various shells and interpreters
 #
 #0     string/w        :                       shell archive or script for antique kernel text
 0      string/wt       #!\ /bin/sh             POSIX shell script text executable
 !:mime text/x-shellscript
-
 0      string/wb       #!\ /bin/sh             POSIX shell script executable (binary data)
 !:mime text/x-shellscript
 
-
 0      string/wt       #!\ /bin/csh            C shell script text executable
 !:mime text/x-shellscript
 
 # korn shell magic, sent by George Wu, gwu@clyde.att.com
 0      string/wt       #!\ /bin/ksh            Korn shell script text executable
+!:mime text/x-shellscript
 0      string/wb       #!\ /bin/ksh            Korn shell script executable (binary data)
 !:mime text/x-shellscript
 
-!:mime text/x-shellscript
 0      string/wt       #!\ /bin/tcsh           Tenex C shell script text executable
 !:mime text/x-shellscript
 0      string/wt       #!\ /usr/bin/tcsh       Tenex C shell script text executable