Nicolas Goutte wrote: > 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 Shouldn't this be '.../env\ bash' instead, ie. having a '\' after env? regards Volker