mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
minor fix
This commit is contained in:
parent
b36b8a4cb3
commit
502129d4f9
@ -65,7 +65,7 @@ function Digest-Hash($path) {
|
|||||||
function Get-VersionStr() {
|
function Get-VersionStr() {
|
||||||
|
|
||||||
# Clear existing variable
|
# Clear existing variable
|
||||||
Clear-Variable -name string
|
if ($string) { Clear-Variable -name string }
|
||||||
|
|
||||||
# Determine if git is available
|
# Determine if git is available
|
||||||
if (Get-Command "git.exe" -ErrorAction SilentlyContinue)
|
if (Get-Command "git.exe" -ErrorAction SilentlyContinue)
|
||||||
|
Loading…
Reference in New Issue
Block a user