From d65ee04ca83fa29b2b7274a430750abf441a35b5 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 27 Nov 2016 21:26:55 +0100 Subject: [PATCH] [scripts] /bin/mail moved to /usr/bin/mail --- scripts/iso_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/iso_build.sh b/scripts/iso_build.sh index daed667..e62f3ad 100755 --- a/scripts/iso_build.sh +++ b/scripts/iso_build.sh @@ -521,7 +521,7 @@ ${log_cont} [... snip ...] Thanks, -Sun" | /bin/mail -s "${ACTION} images build script failure" root +Sun" | mail -s "${ACTION} images build script failure" root } mail_success() { @@ -530,7 +530,7 @@ mail_success() { New ${ACTION} images tagged as ${ISO_TAG} have been built and pushed to mirrors. http://www.sabayon.org/latest (node/306) will be updated in 24 hours automatically. -" | /bin/mail -s "Action required: ${ACTION} ${ISO_TAG} images built" root +" | mail -s "Action required: ${ACTION} ${ISO_TAG} images built" root } out=0