summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/download/bucts
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-06-10 20:30:48 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-06-10 20:30:48 (EDT)
commit12c50f7939c02db85f05830c4b9fccf464b3977a (patch)
tree42c0b72ee957cc2f70b442cefb14923b06cb8507 /resources/scripts/helpers/download/bucts
parent34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 (diff)
downloadlibreboot-12c50f7939c02db85f05830c4b9fccf464b3977a.zip
libreboot-12c50f7939c02db85f05830c4b9fccf464b3977a.tar.gz
libreboot-12c50f7939c02db85f05830c4b9fccf464b3977a.tar.bz2
all script: use a standard style
Based on the style used for the script in resources/scripts/helpers/build/release/
Diffstat (limited to 'resources/scripts/helpers/download/bucts')
-rwxr-xr-xresources/scripts/helpers/download/bucts6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/helpers/download/bucts b/resources/scripts/helpers/download/bucts
index 2fc543f..9448965 100755
--- a/resources/scripts/helpers/download/bucts
+++ b/resources/scripts/helpers/download/bucts
@@ -31,7 +31,7 @@ set -u -e
printf "Downloading bucts\n"
-rm -Rf bucts
+rm -Rf "bucts/"
# Get bucts
# ------------------------------------------------------------------------------
@@ -40,7 +40,7 @@ rm -Rf bucts
git clone git://git.stuge.se/bucts.git
# modifications are required
-cd bucts
+cd "bucts/"
# Reset to the last commit that was tested
# ------------------------------------------------------------------------------
@@ -50,7 +50,7 @@ git reset --hard dc27919d7a66a6e8685ce07c71aefa4f03ef7c07
git am "../resources/bucts/patch/0001-Makefile-don-t-use-git.patch"
# we're done
-cd ../
+cd "../"
printf "\n\n"