From dd7fb44bfdbd51bcda40850e0d460029c66e8133 Mon Sep 17 00:00:00 2001 From: weissms Date: Wed, 7 Mar 2012 18:11:06 +0000 Subject: [PATCH] Correctly write out path were complete nightly build logs can be found. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44376 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- scripts/nightly/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/nightly/build b/scripts/nightly/build index 5e1222e0dc..1aa7c97109 100755 --- a/scripts/nightly/build +++ b/scripts/nightly/build @@ -104,7 +104,8 @@ if [ "$CFG_MAIL_ENABLE" = "yes" ]; then done mail_write "" mail_write "Please see the attached shortened logs or the full logs at" - mail_write "http://www.aros.org/downloads/nightly2/$VERSION/logs/ for details." + NIGHTLY=$(basename $CFG_DS_DIRECTORY) + mail_write "http://www.aros.org/downloads/$NIGHTLY/$VERSION/logs/ for details." fi if [ ! -z "$succeeded" ]; then mail_write "" -- 2.11.4.GIT