mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 01:40:17 +00:00
lint(_webi): quote vars in the script embedded in bootstrap.sh (fix SC2046)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user