You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/12/18 07:52:37 UTC

[isis] 15/25: ISIS-2062: more messing about with scripts

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit b9c692d586a4e09e670433d4b7b3f729179fbb7a
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Dec 13 18:43:08 2019 +0000

    ISIS-2062: more messing about with scripts
---
 scripts/ci/build-site.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/build-site.sh b/scripts/ci/build-site.sh
index 8ffb9f1..b95b97d 100644
--- a/scripts/ci/build-site.sh
+++ b/scripts/ci/build-site.sh
@@ -3,7 +3,7 @@ set -e
 
 SCRIPT_DIR=$( dirname "$0" )
 if [ -z "$PROJECT_ROOT_PATH" ]; then
-  PROJECT_ROOT_PATH=`cd $SCRIPT_DIR/../.. ; pwd`
+  export PROJECT_ROOT_PATH=`cd $SCRIPT_DIR/../.. ; pwd`
 fi