Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ function find_dir_or_subdir($path, $dir) {

function env_add_path($manifest, $dir, $global, $arch) {
$env_add_path = arch_specific 'env_add_path' $manifest $arch
$env_add_path = $env_add_path[-1..-$env_add_path.Length]
Comment thread
niheaven marked this conversation as resolved.
Outdated
Comment thread
niheaven marked this conversation as resolved.
Outdated
$env_add_path | Where-Object { $_ } | ForEach-Object {
$path_dir = Join-Path $dir $_

Expand Down