From 0a1699f2943c90f94d9ca53baaebf679714cfd2d Mon Sep 17 00:00:00 2001 From: svkalinin Date: Fri, 21 Oct 2022 14:09:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/git.tcl | 2 +- projman.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ###################################################### # определим текущую версию, релиз и т.д.