79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
} else {
set ::diff(tmpdir) .
}
}
# Support for FreeWrap.
if {[info proc ::freewrap::unpack] != ""} {
console show
set debug 0
set thisdir [pwd]
set thisscript ""
set ::diff(thisexe) [list [info nameofexecutable]]
# If diff.exe is wrapped, copy it so we can use it.
set apa [::freewrap::unpack /diff.exe]
if {$apa != ""} {
|
<
|
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
} else {
set ::diff(tmpdir) .
}
}
# Support for FreeWrap.
if {[info proc ::freewrap::unpack] != ""} {
set debug 0
set thisdir [pwd]
set thisscript ""
set ::diff(thisexe) [list [info nameofexecutable]]
# If diff.exe is wrapped, copy it so we can use it.
set apa [::freewrap::unpack /diff.exe]
if {$apa != ""} {
|