mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
removed unnecessary function
This commit is contained in:
@@ -58,13 +58,9 @@ Param
|
|||||||
[switch] $help
|
[switch] $help
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
$omitArray = @()
|
$omitArray = @()
|
||||||
|
|
||||||
function Get-ScriptDirectory
|
|
||||||
{
|
|
||||||
$Invocation = (Get-Variable MyInvocation -Scope 1).Value
|
|
||||||
Split-Path $Invocation.MyCommand.Path
|
|
||||||
}
|
|
||||||
|
|
||||||
function Set-Environment
|
function Set-Environment
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user