From kde-commits Tue Jan 17 12:30:52 2006 From: Nicolas Goutte Date: Tue, 17 Jan 2006 12:30:52 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kio Message-Id: <1137501052.121870.12854.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113750106109338 SVN commit 499259 by goutte: Add pattern rules for Bash scripts declared with the help of env(1) M +5 -0 magic --- branches/KDE/3.5/kdelibs/kio/magic #499258:499259 @@ -188,6 +188,11 @@ 0 string #!/usr/local/bin/bash application/x-shellscript 0 string #!\ /usr/local/bin/bash application/x-shellscript +0 string #!\ /bin/env bash application/x-shellscript +0 string #!/bin/env bash application/x-shellscript +0 string #!\ /usr/bin/env bash application/x-shellscript +0 string #!/usr/bin/env bash application/x-shellscript + # # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson) 0 string #!/usr/local/bin/zsh application/x-shellscript