[vlc-devel] commit: zsh helper : don't depend on zsh binary location ( Rafaël Carré )

git version control git at videolan.org
Thu Mar 27 21:45:39 CET 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Mar 27 21:33:04 2008 +0100| [532b6e4cfe04d691846ffc7d87ce8b7b32103081]

zsh helper : don't depend on zsh binary location

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=532b6e4cfe04d691846ffc7d87ce8b7b32103081
---

 extras/analyser/zsh_completion.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/analyser/zsh_completion.sh b/extras/analyser/zsh_completion.sh
index aecb55e..f691e34 100755
--- a/extras/analyser/zsh_completion.sh
+++ b/extras/analyser/zsh_completion.sh
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/usr/bin/env zsh
 # Helper script to install zsh completion for VLC media player
 # © 2008 Rafaël Carré <funman at videolanorg>
 




More information about the vlc-devel mailing list