Fix exit status

This commit is contained in:
Dylan 2016-04-24 14:27:24 +10:00
parent 059a466195
commit 9a0c126d33

View file

@ -3002,6 +3002,8 @@ if [ "$scrot" == "on" ]; then
fi
# Show error messages
[ "$verbose" == "on" ] && printf "$err"
if [ "$verbose" == "on" ]; then
printf "$err"
fi
# }}}