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