lint(_webi): quote vars in the script embedded in bootstrap.sh (fix SC2046)

This commit is contained in:
AJ ONeal
2022-08-24 05:06:48 +00:00
parent 96c02cd395
commit e2218a0683

View File

@@ -34,7 +34,7 @@ set -u
__webi_main() {
export WEBI_TIMESTAMP=\$(date +%F_%H-%M-%S)
export WEBI_TIMESTAMP="\$(date +%F_%H-%M-%S)"
export _webi_tmp="\${_webi_tmp:-\$(mktemp -d -t webi-\$WEBI_TIMESTAMP.XXXXXXXX)}"
if [ -n "\${_WEBI_PARENT:-}" ]; then