From 1360aae9a0caae69fe468a0832c01dfaa2563faa Mon Sep 17 00:00:00 2001 From: Joseph Michael Thompson Date: Fri, 10 Apr 2015 15:15:07 -0400 Subject: trim a few long lines, eliminate/add trailing newlines for consistency --- (limited to 'resources/scripts/helpers/download/memtest86plus') diff --git a/resources/scripts/helpers/download/memtest86plus b/resources/scripts/helpers/download/memtest86plus index 7424aab..99fc3c4 100755 --- a/resources/scripts/helpers/download/memtest86plus +++ b/resources/scripts/helpers/download/memtest86plus @@ -28,14 +28,14 @@ set -u -e # Get the last version of MemTest86+ used, apply patches, build it. # Remove the old version that may exist -# ---------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ printf "Downloading MemTest86+\n" rm -rf "memtest86+-5.01" # Get latest memtest86+: -# ---------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ # download it using wget wget http://www.memtest.org/download/5.01/memtest86+-5.01.tar.gz @@ -50,7 +50,7 @@ rm -f "memtest86+-5.01.tar.gz" cd "memtest86+-5.01"/ # Apply necessary patches -# --------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------ # place the right config rm -f config.h @@ -69,4 +69,3 @@ printf "\n\n" # ------------------- DONE ---------------------- - -- cgit v0.9.1