Add proper exit code
parent
0bdcf196aa
commit
af2f0304cb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue