aboutsummaryrefslogtreecommitdiff
path: root/resources/scripts/helpers/download/bucts
diff options
context:
space:
mode:
authorJoseph Michael Thompson <jmt@josepht.me>2015-04-10 15:15:07 -0400
committerFrancis Rowe <info@gluglug.org.uk>2015-04-10 21:53:18 +0100
commit1360aae9a0caae69fe468a0832c01dfaa2563faa (patch)
tree740dace72e7b53500f60759af0f6b1388fe5e335 /resources/scripts/helpers/download/bucts
parent57444b1c8bbe6169cd536c67591e276ad4910b71 (diff)
downloadlibrebootfr-1360aae9a0caae69fe468a0832c01dfaa2563faa.tar.gz
librebootfr-1360aae9a0caae69fe468a0832c01dfaa2563faa.zip
trim a few long lines, eliminate/add trailing newlines for consistency
Diffstat (limited to 'resources/scripts/helpers/download/bucts')
-rwxr-xr-xresources/scripts/helpers/download/bucts7
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts
index ac12d1c1..b5defead 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 ----------------------
+