From kde-commits Tue Jan 17 12:46:34 2006 From: Nicolas Goutte Date: Tue, 17 Jan 2006 12:46:34 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kio Message-Id: <1137501994.481220.13469.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113750200429647 SVN commit 499265 by goutte: The ash shell can be in /bin/ash too (Not sure if /usr/bin/ash would be useful, there is no /usr/bin/bash either.) M +2 -0 magic --- branches/KDE/3.5/kdelibs/kio/magic #499264:499265 @@ -201,6 +201,8 @@ 0 string #!/usr/bin/env bash application/x-shellscript # +0 string #!/bin/ash application/x-shellscript +0 string #!\ /bin/ash 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 0 string #!\ /usr/local/bin/zsh application/x-shellscript