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 2008-04-16 12:28:04.000000000 +0000
  5. +++ file/magic/Magdir/commands 2008-07-15 13:28:19.000000000 +0000
  6. @@ -12,6 +12,8 @@
  7. !:mime text/x-shellscript
  8. 0 string/b #!\ /bin/tcsh Tenex C shell script text executable
  9. !:mime text/x-shellscript
  10. +0 string/b #!\ /usr/bin/tcsh Tenex C shell script text executable
  11. +!:mime text/x-shellscript
  12. 0 string/b #!\ /usr/local/tcsh Tenex C shell script text executable
  13. !:mime text/x-shellscript
  14. 0 string/b #!\ /usr/local/bin/tcsh Tenex C shell script text executable