Add proper exit code
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user