diff options
author | Joseph Michael Thompson <jmt@josepht.me> | 2015-04-10 15:15:07 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-04-10 16:53:18 (EDT) |
commit | 1360aae9a0caae69fe468a0832c01dfaa2563faa (patch) | |
tree | 740dace72e7b53500f60759af0f6b1388fe5e335 /resources/scripts/helpers/download/bucts | |
parent | 57444b1c8bbe6169cd536c67591e276ad4910b71 (diff) | |
download | libreboot-1360aae9a0caae69fe468a0832c01dfaa2563faa.zip libreboot-1360aae9a0caae69fe468a0832c01dfaa2563faa.tar.gz libreboot-1360aae9a0caae69fe468a0832c01dfaa2563faa.tar.bz2 |
trim a few long lines, eliminate/add trailing newlines for consistency
Diffstat (limited to 'resources/scripts/helpers/download/bucts')
-rwxr-xr-x | resources/scripts/helpers/download/bucts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts index ac12d1c..b5defea 100755 --- a/resources/scripts/helpers/download/bucts +++ b/resources/scripts/helpers/download/bucts @@ -27,14 +27,14 @@ set -u -e # Get bucts and checkout last revision used # Remove the old version that may exist -# ----------------------------------------------------------- +# ------------------------------------------------------------------------------ printf "Downloading bucts\n" rm -rf bucts # Get bucts -# ----------------------------------------------------------- +# ------------------------------------------------------------------------------ # download it using git git clone git://git.stuge.se/bucts.git @@ -43,7 +43,7 @@ git clone git://git.stuge.se/bucts.git cd bucts # Reset to the last commit that was tested -# ----------------------------------------------------------- +# ------------------------------------------------------------------------------ printf "Patching bucts to not require git for building\n" git reset --hard dc27919d7a66a6e8685ce07c71aefa4f03ef7c07 @@ -55,3 +55,4 @@ cd ../ printf "\n\n" # ------------------- DONE ---------------------- + |