We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871ab36 commit 42e6d44Copy full SHA for 42e6d44
1 file changed
utils/utils.tcl
@@ -101,12 +101,6 @@ proc targz {dir archive} {
101
if {$result != ""} { puts $result }
102
puts $::errorInfo
103
}
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
- #}
110
return
111
112
error "The targz method is not implemented for your operating system!"
0 commit comments