Skip to content

Commit

Permalink
fix(core): Use legacy command argument passing (pwsh@7.2-p5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Apr 15, 2021
1 parent f870c47 commit 35a43ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/core.ps1
Expand Up @@ -1160,5 +1160,8 @@ $cachedir = $SCOOP_CACHE_DIRECTORY
$scoopConfig = $SCOOP_CONFIGURATION
$configFile = $SCOOP_CONFIGURATION_FILE

# Do not use the new native command parsing PowerShell/PowerShell#15239, Ash258/Scoop-Core#142
$PSNativeCommandArgumentPassing = 'Legacy'

# Setup proxy globally
setup_proxy

0 comments on commit 35a43ac

Please sign in to comment.