aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-09-11 16:14:37 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-09-11 16:14:37 -0600
commitfbb9afaf5850a2b73fc6b8adf873ed9f0acea6c2 (patch)
treeb6554088ba3df3a3e742d5ad25441bdfa641b844 /scripts
parentf5c9d5231b4a546cab91d5ebeb13d412db461c2a (diff)
Fix typo for new ref variable
Change-Id: I86dd1a0034328598f0a10be00572233369fb9b98
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/MakeRelease.job4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/MakeRelease.job b/scripts/MakeRelease.job
index c3ec5b31..75bdaa18 100755
--- a/scripts/MakeRelease.job
+++ b/scripts/MakeRelease.job
@@ -10,7 +10,7 @@ target=""
tarsrc=""
tarbin=""
check=""
-ref="=/snapshots-ref"
+ref="snapshots-ref"
nocheck="no"
fileserver="148.251.136.42"
user_workspace="${WORKSPACE:-/home/${USER:-buildslave}/workspace}"
@@ -69,7 +69,7 @@ cd ${user_workspace}/_build
if ! test -e host.conf; then
$CONFIG_SHELL ${abe_dir}/configure ${chroot} --with-local-snapshots=${user_snapshots} \
- --with-git-reference-dir=${shared}/snapshots --with-fileserver=${fileserver} --with-remote-snapshots=/${ref}
+ --with-git-reference-dir=${shared}/snapshots --with-fileserver=${fileserver} --with-remote-snapshots=${ref}
fi