Skip to content

Commit 42e6d44

Browse files
committed
minor changes
1 parent 871ab36 commit 42e6d44

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

utils/utils.tcl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ proc targz {dir archive} {
101101
if {$result != ""} { puts $result }
102102
puts $::errorInfo
103103
}
104-
105-
#if {[catch {exec $SEVENZIP a -ttar -so temp.tar $name | $SEVENZIP a -si $name} result]} {
106-
# puts "ERROR: Can't create TAR.GZ archive!"
107-
# if {$result != ""} { puts $result }
108-
# puts $::errorInfo
109-
#}
110104
return
111105
}
112106
error "The targz method is not implemented for your operating system!"

0 commit comments

Comments
 (0)