aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-05-19 17:55:15 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-05-19 19:23:32 -0700
commit8549a095a8707c2aa38e9ee1642bef2cf0a90d81 (patch)
tree89bce8e76d8c1b64d2b67fb49c56b31fb219e88a /scripts
parenta739df905c129eb13d7060419a78f5a693974b63 (diff)
downloadvcpkg-8549a095a8707c2aa38e9ee1642bef2cf0a90d81.tar.gz
vcpkg-8549a095a8707c2aa38e9ee1642bef2cf0a90d81.zip
Remove stray entries
Diffstat (limited to 'scripts')
-rw-r--r--scripts/addPoshVcpkgToPowershellProfile.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/addPoshVcpkgToPowershellProfile.ps1 b/scripts/addPoshVcpkgToPowershellProfile.ps1
index 5c13a8d4a..1dd27aacf 100644
--- a/scripts/addPoshVcpkgToPowershellProfile.ps1
+++ b/scripts/addPoshVcpkgToPowershellProfile.ps1
@@ -14,7 +14,6 @@ function findExistingImportModuleDirectives([Parameter(Mandatory=$true)][string]
}
$scriptsDir = split-path -parent $script:MyInvocation.MyCommand.Definition
-. "$scriptsDir\VcpkgPowershellUtils.ps1"
$profileEntry = "Import-Module '$scriptsDir\posh-vcpkg'"
$profilePath = $PROFILE # Implicit powershell variable