diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 15:34:44 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-12 15:34:44 +0100 |
commit | bda8d94f379657469fac2dfe78e01d09b06da137 (patch) | |
tree | 39207b18d79e670b97fddccef8c04bcaeeca7580 /resources/scripts/helpers/download/memtest86plus | |
parent | 8353e0be52e9547f5b5f9760eb0d3c94755f4afb (diff) | |
download | librebootfr-bda8d94f379657469fac2dfe78e01d09b06da137.tar.gz librebootfr-bda8d94f379657469fac2dfe78e01d09b06da137.zip |
download/memtest86plus: add missing line break on printf
Diffstat (limited to 'resources/scripts/helpers/download/memtest86plus')
-rwxr-xr-x | resources/scripts/helpers/download/memtest86plus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index 058119c7..e3ba9175 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 |