commit | 96dffbcdcedc65d1c5fc51f203c382744a7ba017 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 17:37:33 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 17:37:33 2011 -0700 |
tree | a85749131ca106d519f6b73eceda5f1c007639de | |
parent | 228f246a838ace75b620292f46f746aee1035c48 [diff] [blame] |
uec_url should be underscore
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 24422af..53ada3e 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -39,7 +39,7 @@ # Original version of built image uec_url=http://uec-images.ubuntu.com/$DIST_NAME/current/$DIST_NAME-server-cloudimg-amd64.tar.gz -tarball=$image_dir/$(basename $UEC_URL) +tarball=$image_dir/$(basename $uec_url) # download the base uec image if we haven't already if [ ! -f $tarball ]; then