mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:07:20 +02:00
scripts: put quotes around file/directory names
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-2
@@ -40,7 +40,7 @@ main()
|
||||
err "running lbmk as root as not permitted"
|
||||
fi
|
||||
|
||||
rm -f ${cfgsdir}/*/seen || err_rm_seen "main 1"
|
||||
rm -f "${cfgsdir}"/*/seen || err_rm_seen "main 1"
|
||||
|
||||
printf "Downloading %s and (if available) applying patches\n" \
|
||||
${project}
|
||||
@@ -68,7 +68,7 @@ main()
|
||||
err "${project}/${target}: cannot download source tree"
|
||||
done
|
||||
|
||||
rm -f ${cfgsdir}/*/seen || err_rm_seen "main 3"
|
||||
rm -f "${cfgsdir}"/*/seen || err_rm_seen "main 3"
|
||||
}
|
||||
|
||||
download_for_target()
|
||||
|
||||
Reference in New Issue
Block a user