Skip to content

Commit

Permalink
fix zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
funman committed Nov 15, 2011
1 parent bf64888 commit 0952836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extras/analyser/zsh_completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.... :(
Expand All @@ -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

Expand Down

0 comments on commit 0952836

Please sign in to comment.