Add proper exit code

pull/476/head
Miguel Morales 2015-05-12 15:57:39 -05:00
parent 0bdcf196aa
commit af2f0304cb
1 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@ if [ -z $(which pygmentize) ]
then then
echo "Pygments is required to use this pluging" echo "Pygments is required to use this pluging"
echo "Install it by doing 'pip install Pygments' as the superuser" echo "Install it by doing 'pip install Pygments' as the superuser"
exit exit 1
fi fi
# get the actual cat binary # get the actual cat binary