mirror of
https://github.com/cmderdev/cmder.git
synced 2025-06-14 05:37:51 +08:00
Fix cleanup script.
This commit is contained in:
@ -62,7 +62,7 @@ function Digest-MD5 ($path) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function Cleanup-Git () {
|
function Cleanup-Git () {
|
||||||
$gitdir = '/vendor/msysgit/libexec/git-core/'
|
$gitdir = '../vendor/msysgit/libexec/git-core/'
|
||||||
Get-Childitem $gitdir -Exclude git.exe | Where-Object{!($_.PSIsContainer)} | Foreach-Object { Remove-Item $_.FullName }
|
Get-Childitem $gitdir -Exclude git.exe | Where-Object{!($_.PSIsContainer)} | Foreach-Object { Remove-Item $_.FullName }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user