Skip to content

Commit 7821f49

Browse files
fix: missing initialization
1 parent 4628a39 commit 7821f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sak.tcl

+1
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ proc gd-gen-tap {} {
681681
# A single package in the module. And only one version of
682682
# it as well. Otherwise we are in the multi-pkg branch.
683683

684+
foreach {p vlist} {{} {}} break
684685
foreach {p vlist} [ppackages $m] break
685686
set desc ""
686687
catch {set desc [string trim [lindex $pd($p) 1]]}

0 commit comments

Comments
 (0)