summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean/i945pwm
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/clean/i945pwm')
-rwxr-xr-xresources/scripts/helpers/build/clean/i945pwm4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/clean/i945pwm b/resources/scripts/helpers/build/clean/i945pwm
index ff383e8..1183859 100755
--- a/resources/scripts/helpers/build/clean/i945pwm
+++ b/resources/scripts/helpers/build/clean/i945pwm
@@ -28,9 +28,9 @@ set -u -e
# --------------------------------------------------------------------
printf "Cleaning the previous build of i945-pwm\n"
-cd resources/utilities/i945-pwm
+cd "resources/utilities/i945-pwm/"
make clean
-cd ../../../
+cd "../../../"
printf "\n\n"
# ------------------- DONE ----------------------