Fix typos

This commit is contained in:
Manuel Thalmann 2024-08-16 15:35:47 +02:00
parent e2de2c5ff2
commit e5d321aff6
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,7 @@ function Start-Setup {
Add-StartupCommand `
-Script (
"powershell -Command " +
($env:DEBUG ? "`$env:DEBUG = $([int]$env:DEBUG)" : "") +
($env:DEBUG ? "`$env:DEBUG = $([int]$env:DEBUG);" : "") +
"`$env:PWSH_PATH = $(Get-PathInjection $env:PWSH_PATH);" +
"`$env:INSTALLER_SCRIPT = $(Get-ScriptPathInjection $env:SETUP_SCRIPT_NAME);" +
"`$env:CONFIG_MODULE = $(Get-ScriptPathInjection $env:CONFIG_MODULE);" +

View file

@ -136,7 +136,7 @@ begin
"set SETUP_LABEL=$setupLabel" \
(
begin
if [ -n "$_flag_debug"]
if [ -n "$_flag_debug" ]
echo "set DEBUG=1"
end
end