diff --git a/lib/git.tcl b/lib/git.tcl index db55cba..c9ec0da 100644 --- a/lib/git.tcl +++ b/lib/git.tcl @@ -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 } diff --git a/projman.tcl b/projman.tcl index 5317a10..f15910a 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 21102022114408 +# Build: 21102022140732 ###################################################### # определим текущую версию, релиз и т.д.