Commit 9a0c126d authored by Dylan's avatar Dylan

Fix exit status

parent 059a4661
......@@ -3002,6 +3002,8 @@ if [ "$scrot" == "on" ]; then
fi
# Show error messages
[ "$verbose" == "on" ] && printf "$err"
if [ "$verbose" == "on" ]; then
printf "$err"
fi
# }}}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment