[vlc-commits] fix zsh completion

Rafaël Carré git at videolan.org
Tue Nov 15 22:33:41 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Nov 15 16:19:25 2011 -0500| [0952836a4bc124cfafc06cacdaa068771c1747d4] | committer: Rafaël Carré

fix zsh completion

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

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

diff --git a/extras/analyser/zsh_completion.sh b/extras/analyser/zsh_completion.sh
index 85e58f5..fbfa782 100755
--- a/extras/analyser/zsh_completion.sh
+++ b/extras/analyser/zsh_completion.sh
@@ -70,6 +70,7 @@ eval $ZSH_BUILD || exit 1
 
 printf "Generating zsh completion in _vlc ... "
 
+VLC_PLUGIN_PATH=$BUILDDIR/modules
 if ! ./zsh_gen >_vlc 2>/dev/null; then
     echo "
 ERROR: the generation failed.... :(
@@ -80,7 +81,7 @@ Please press enter to verify that all the VLC modules are shown"
 If they are shown, press enter to see if you can debug the problem
 It will be reproduced by running \"./zsh_gen -vv\""
     read i
-    ./zsh_gen --plugin-path=$BUILDDIR -vv
+    ./zsh_gen -vv
     exit 1
 fi
 



More information about the vlc-commits mailing list