summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhijiang Hu <hu.zhijiang@zte.com.cn>2017-10-28 05:49:16 -0400
committerZhijiang Hu <hu.zhijiang@zte.com.cn>2017-10-28 05:49:16 -0400
commitf39da158855d9346a129b0552b15c86ceb0f0df3 (patch)
treeaa031a757656ff2616b7e930f9491e8fad8aacf8
parent377cae861b2c04d8934786acc4d07b41ba98acc5 (diff)
Bugfix for using sha512sum to check kolla image
Change-Id: I26c6fc8a104752c3e65d5b6a19403692493ab44a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
-rwxr-xr-xcode/makefile_patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/makefile_patch.sh b/code/makefile_patch.sh
index 524a9196..16988a64 100755
--- a/code/makefile_patch.sh
+++ b/code/makefile_patch.sh
@@ -95,7 +95,7 @@ function check_or_download_file_sha512sum()
wget --progress=dot:giga ${file_url}
fi
- if [ ! -z ${sha512sum_url_url} ]; then
+ if [ ! -z ${sha512sum_url} ]; then
rm -f $(basename ${sha512sum_url})
wget ${sha512sum_url}
sha512sum -c $(basename ${sha512sum_url})