This commit is contained in:
Alex Fabijanic 2014-02-01 02:23:48 -06:00
Родитель 59ed07bd0e
Коммит c991232c3a
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -58,13 +58,9 @@ Param
[switch] $help
)
$omitArray = @()
function Get-ScriptDirectory
{
$Invocation = (Get-Variable MyInvocation -Scope 1).Value
Split-Path $Invocation.MyCommand.Path
}
function Set-Environment
{