From kde-commits Tue Jan 17 12:39:06 2006 From: Nicolas Goutte Date: Tue, 17 Jan 2006 12:39:06 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kio Message-Id: <1137501546.502246.13274.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113750155614625 SVN commit 499263 by goutte: ksh, zsh and tcsh shells can also be in /usr/bin M +7 -0 magic --- branches/KDE/3.5/kdelibs/kio/magic #499262:499263 @@ -182,6 +182,13 @@ 0 string #!\ /usr/local/tcsh application/x-shellscript 0 string #!/usr/local/bin/tcsh application/x-shellscript 0 string #!\ /usr/local/bin/tcsh application/x-shellscript +# /usr/bin paths for ksh, zsh and tcsh +0 string #!/usr/bin/ksh application/x-shellscript +0 string #!\ /usr/bin/ksh application/x-shellscript +0 string #!/usr/bin/zsh application/x-shellscript +0 string #!\ /usr/bin/zsh application/x-shellscript +0 string #!/usr/bin/tcsh application/x-shellscript +0 string #!\ /usr/bin/tcsh application/x-shellscript # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de) 0 string #!/bin/bash application/x-shellscript 0 string #!\ /bin/bash application/x-shellscript