From e2218a06836e9351e077e36577cc1aef55fdfc48 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 24 Aug 2022 05:06:48 +0000 Subject: [PATCH] lint(_webi): quote vars in the script embedded in bootstrap.sh (fix SC2046) --- _webi/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index b40bc2b..039ea54 100644 --- a/_webi/bootstrap.sh +++ b/_webi/bootstrap.sh @@ -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