mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Make sure to quote the subject when emailing
This commit is contained in:
@@ -20,5 +20,5 @@ if [ -f "${EMAILHOST}" ]; then
|
||||
ssh $(cat "${EMAILHOST}") "mail -s \"$SUBJECT\" $ERRORMAIL" < $EMAIL_BODY_FILE
|
||||
exit;
|
||||
else
|
||||
mail -s $SUBJECT $ERRORMAIL < $EMAIL_BODY_FILE
|
||||
mail -s \"$SUBJECT\" $ERRORMAIL < $EMAIL_BODY_FILE
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user