aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-10-14 18:19:03 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2014-10-14 18:19:03 -0700
commit7e07d8ffb4f10fb25efbdd97946066e20fae245f (patch)
treecf3e43f09e8b54a63269a3d9acf482ceb772e44b /scripts
parent3d77d1dfea4cdfecd7983336f612883441b0f2df (diff)
Use final URL for prebuilt.list (bis)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-prebuilt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-prebuilt.sh b/scripts/get-prebuilt.sh
index 3bee6b3f..d7e8d52d 100755
--- a/scripts/get-prebuilt.sh
+++ b/scripts/get-prebuilt.sh
@@ -16,7 +16,7 @@ if test x$1 != xskipprebuilt ; then
fi
if test $age -gt 0 ; then
networkerror=no
- curl -3 -s -L "content_prefix/prebuilt.list" > prebuilt.list.tmp
+ curl -3 -s -L "$content_prefix/prebuilt.list" > prebuilt.list.tmp
if test x$? != x0 ; then
networkerror=yes
fi