104-magic-update-tcsh.patch 707 B

123456789101112131415
  1. Author: Daniel Baumann <daniel@debian.org>
  2. Description: Addding another shebang path for tcsh.
  3. diff -Naurp file.orig/magic/Magdir/commands file/magic/Magdir/commands
  4. --- file.orig/magic/Magdir/commands 2010-01-30 09:44:26.000000000 +0000
  5. +++ file/magic/Magdir/commands 2010-02-01 11:57:33.000000000 +0000
  6. @@ -13,6 +13,8 @@
  7. !:mime text/x-shellscript
  8. 0 string/w #!\ /bin/tcsh Tenex C shell script text executable
  9. !:mime text/x-shellscript
  10. +0 string/w #!\ /usr/bin/tcsh Tenex C shell script text executable
  11. +!:mime text/x-shellscript
  12. 0 string/w #!\ /usr/local/tcsh Tenex C shell script text executable
  13. !:mime text/x-shellscript
  14. 0 string/w #!\ /usr/local/bin/tcsh Tenex C shell script text executable