From 58ec3fadbf821190a0e6aaea9aa32e8b358d10fa Mon Sep 17 00:00:00 2001 From: Steven Noble Date: Mon, 23 May 2016 12:05:40 -0700 Subject: [PATCH] updated install.sh to reference new location of version files (#84) --- tools/autobuild/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autobuild/install.sh b/tools/autobuild/install.sh index e04b0289..dddc2bfa 100755 --- a/tools/autobuild/install.sh +++ b/tools/autobuild/install.sh @@ -68,7 +68,7 @@ if [ -z "$REMOTE_PASS" ]; then fi -. $ONL/make/version-onl.sh +. $ONL/make/versions/version-onl.sh REMOTE_DIR="$REMOTE_BASE_DIR/$BUILD_BRANCH/$FNAME_BUILD_ID" workdir=$(mktemp -d -t update-XXXXXX)