mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Revert "Add usr\bin\ to path on windows"
This reverts commit 50aa0031a4.
Reason for revert: Change replaces PATH and causes some built-in
commands to be replaced with breaking Git equivalents.
Change-Id: I9e25238c8f84cfc5ad44e1cdfb0a0fe33a60dcfe
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
if (-not ($env:PATH -split ';' | Where-Object { $_ -eq "C:\Program Files\Git\usr\bin" })) {
|
|
||||||
& setx PATH "C:\Program Files\Git\usr\bin"
|
|
||||||
Write-Host "Added C:\Program Files\Git\usr\bin to PATH."
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
. "$PSScriptRoot\..\common\windows\bin_to_path.ps1"
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
. "$PSScriptRoot\..\common\windows\bin_to_path.ps1"
|
|
||||||
Reference in New Issue
Block a user