diff options
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bulk/post-build-conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/post-build-conf b/mk/bulk/post-build-conf index 1fc24b80547..9bd5587c4d7 100644 --- a/mk/bulk/post-build-conf +++ b/mk/bulk/post-build-conf @@ -1,4 +1,4 @@ -# $NetBSD: post-build-conf,v 1.11 2006/01/21 11:29:33 rillig Exp $ +# $NetBSD: post-build-conf,v 1.12 2006/01/24 19:19:01 rillig Exp $ # # This file is included after the build.conf file by the "build" and @@ -163,7 +163,7 @@ check_config_vars() { set,set) pbc_die "FTP and REPORTS_DIR must not be set both.";; set,) - REPORTS_URL="${FTPHOST}"`dirname "${FTPURL}"` + REPORTS_URL="${FTPHOST}"/`dirname "${FTPURL}"` REPORTS_DIR=`dirname "$FTP"` REPORT_BASEDIR=`basename "${FTP}"` REPORT_HTML_FILE=`basename "${REPORT}"` |