aboutsummaryrefslogtreecommitdiffstats
path: root/lib/console.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/console.tcl')
-rw-r--r--lib/console.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/console.tcl b/lib/console.tcl
index c7f20b87cb..44dcdf29be 100644
--- a/lib/console.tcl
+++ b/lib/console.tcl
@@ -93,7 +93,7 @@ method _init {} {
method exec {cmd {after {}}} {
lappend cmd 2>@1
if {[lindex $cmd 0] eq {git}} {
- set fd_f [eval git_read [lrange $cmd 1 end]]
+ set fd_f [git_read [lrange $cmd 1 end]]
} else {
set fd_f [_open_stdout_stderr $cmd]
}