summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean/flashrom
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/clean/flashrom')
-rwxr-xr-xresources/scripts/helpers/build/clean/flashrom8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/scripts/helpers/build/clean/flashrom b/resources/scripts/helpers/build/clean/flashrom
index 41f5d28..d7eba90 100755
--- a/resources/scripts/helpers/build/clean/flashrom
+++ b/resources/scripts/helpers/build/clean/flashrom
@@ -29,15 +29,15 @@ set -u -e
printf "Cleaning the previous build of flashrom\n"
-cd flashrom/
+cd "flashrom/"
make clean
# remove patched binaries
-rm -f flashrom_lenovobios_sst
-rm -f flashrom_lenovobios_macronix
+rm -f "flashrom_lenovobios_sst"
+rm -f "flashrom_lenovobios_macronix"
# done. go back to main directory
-cd ../
+cd "../"
printf "\n\n"