Add proper exit code

This commit is contained in:
Miguel Morales
2015-05-12 15:57:39 -05:00
parent 0bdcf196aa
commit af2f0304cb

View File

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