diff --git a/scripts/Windows/Software/TrackMania United Forever/Manage.ps1 b/scripts/Windows/Software/TrackMania United Forever/Manage.ps1 index 6a453087..6d762a0f 100644 --- a/scripts/Windows/Software/TrackMania United Forever/Manage.ps1 +++ b/scripts/Windows/Software/TrackMania United Forever/Manage.ps1 @@ -21,7 +21,7 @@ $null = New-Module { } Write-Information "Determining location of setup file"; - $exePath; + $exePath = ""; while (-not (Test-Path $exePath)) { $exePath = Read-Host "Please drag'n'drop the setup file here or type the absolute path to the file";