We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b037fe commit c2be573Copy full SHA for c2be573
winpython/portable/launchers_final/scripts/WinPython_PS_Prompt.ps1
@@ -61,7 +61,7 @@ foreach ($pair in $pairs) {
61
$scriptDir = if ($PSScriptRoot) { $PSScriptRoot } else { Split-Path -Parent $MyInvocation.MyCommand.Definition }
62
63
# emulate %__CD% and build scripts\ path
64
-$envCD = Normalize-DirPath $env:__CD__
+$envCD = $env:__CD__
65
$scriptsPath = if ($envCD) { Join-Path $envCD 'scripts' } else { $null }
66
67
# target to change into (environment variable WINPYWORKDIR1)
0 commit comments