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