Expect live scripts directly in virtiofs
This commit is contained in:
parent
a8b9bfb672
commit
492583ffbc
|
@ -151,7 +151,7 @@ $null = New-Module {
|
||||||
$variable = Get-Item "Env:\$name";
|
$variable = Get-Item "Env:\$name";
|
||||||
|
|
||||||
$path = Join-Path `
|
$path = Join-Path `
|
||||||
"Z:\Repositories\PortValhalla" `
|
"Z:\" `
|
||||||
([System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", $variable.Value));
|
([System.IO.Path]::GetRelativePath("$PSScriptRoot/../../..", $variable.Value));
|
||||||
|
|
||||||
Set-Item "Env:\$name" $path;
|
Set-Item "Env:\$name" $path;
|
||||||
|
|
Loading…
Reference in a new issue