This commit is contained in:
svkalinin
2022-10-21 14:09:42 +03:00
parent 613912c235
commit 0a1699f294
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ namespace eval Git {
foreach line [split $pipe "\n"] {
lappend res $line
}
cd $d
# cd $d
if [info exists res] {
return $res
}