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/bucts') 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 ---------------------- + -- cgit v0.9.1