Skip to content

Commit c2be573

Browse files
committed
bug fix
1 parent 5b037fe commit c2be573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/portable/launchers_final/scripts/WinPython_PS_Prompt.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ foreach ($pair in $pairs) {
6161
$scriptDir = if ($PSScriptRoot) { $PSScriptRoot } else { Split-Path -Parent $MyInvocation.MyCommand.Definition }
6262

6363
# emulate %__CD% and build scripts\ path
64-
$envCD = Normalize-DirPath $env:__CD__
64+
$envCD = $env:__CD__
6565
$scriptsPath = if ($envCD) { Join-Path $envCD 'scripts' } else { $null }
6666

6767
# target to change into (environment variable WINPYWORKDIR1)

0 commit comments

Comments
 (0)