summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/memtest86plus
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-12 10:34:44 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-12 10:34:44 (EDT)
commitbda8d94f379657469fac2dfe78e01d09b06da137 (patch)
tree39207b18d79e670b97fddccef8c04bcaeeca7580 /resources/scripts/helpers/download/memtest86plus
parent8353e0be52e9547f5b5f9760eb0d3c94755f4afb (diff)
downloadlibreboot-bda8d94f379657469fac2dfe78e01d09b06da137.zip
libreboot-bda8d94f379657469fac2dfe78e01d09b06da137.tar.gz
libreboot-bda8d94f379657469fac2dfe78e01d09b06da137.tar.bz2
download/memtest86plus: add missing line break on printf
Diffstat (limited to 'resources/scripts/helpers/download/memtest86plus')
-rwxr-xr-xresources/scripts/helpers/download/memtest86plus2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus
index 058119c..e3ba917 100755
--- a/resources/scripts/helpers/download/memtest86plus
+++ b/resources/scripts/helpers/download/memtest86plus
@@ -41,7 +41,7 @@ rm -Rf "memtest86+-5.01/"
wget http://www.memtest.org/download/5.01/memtest86+-5.01.tar.gz
if [ "$(sha512sum memtest86+-5.01.tar.gz | cut -c1-128)" = "d872db35ef733ec8f49094251f2bf6b98cc80eb06d04044be3aecf28d534f24ba293a08b9979b112dbd07cf27368148939a33a32c7010fc9581a3a5b150c94d7" ]; then
- printf "Valid checksum for memtest86plus"
+ printf "Valid checksum for memtest86plus\n"
else
printf "Invalid checksum for memtest86plus\n"
exit 1