summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean/bucts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/clean/bucts')
-rwxr-xr-xresources/scripts/helpers/build/clean/bucts4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/clean/bucts b/resources/scripts/helpers/build/clean/bucts
index 80fe3a8..2d3f9bb 100755
--- a/resources/scripts/helpers/build/clean/bucts
+++ b/resources/scripts/helpers/build/clean/bucts
@@ -29,12 +29,12 @@ set -u -e
printf "Cleaning the previous build of bucts\n"
-cd bucts/
+cd "bucts/"
make clean
printf "\n\n"
# done. go back to main directory.
-cd ../
+cd "../"
# ------------------- DONE ----------------------