Skip to content

Commit

Permalink
UTF8-done
Browse files Browse the repository at this point in the history
  • Loading branch information
bottkars committed Jul 2, 2015
1 parent 85c34d3 commit 69cd0b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion vmxtoolkit.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Author = 'Karsten Bott'

# Unternehmen oder Hersteller dieses Moduls
CompanyName = 'labbuildr'

# Urheberrechtserklärung für dieses Modul
Copyright = '(c) 2014 Karsten Bott. Alle Rechte vorbehalten.
Copyright 2014 Karsten Bott
Expand Down
1 change: 0 additions & 1 deletion vmxtoolkit.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ end {
}
}


function Get-yesnoabort
{
[CmdletBinding(DefaultParameterSetName='Parameter Set 1',
Expand Down
1 change: 0 additions & 1 deletion vmxtoolkitinit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ $Global:VMrunErrorCondition = @(
"Error: VMware Tools are not running in the guest",
"Error: The VMware Tools are not running in the virtual machine" )
$Global:vmwareversion = New-Object System.Version($vmwarefileinfo.VersionInfo.ProductMajorPart,$vmwarefileinfo.VersionInfo.ProductMinorPart,$vmwarefileinfo.VersionInfo.ProductBuildPart,$vmwarefileinfo.VersionInfo.ProductVersion.Split("-")[1])

# $Global:vmwareMajor = $vmwarefileinfo.VersionInfo.ProductMajorPart
# $Global:vmwareMinor = $vmwarefileinfo.VersionInfo.ProductMinorPart
# $Global:vmwareBuild = $vmwarefileinfo.VersionInfo.ProductBuildPart
Expand Down

0 comments on commit 69cd0b3

Please sign in to comment.