Skip to content

Commit

Permalink
reclaim: fix quoting of code passed to eval
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Jul 9, 2018
1 parent c8423fa commit 8a67087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macports1.0/reclaim.tcl
Expand Up @@ -192,7 +192,7 @@ namespace eval reclaim {

foreach file [concat $distfiles $patchfiles] {
# split distfile into filename and disttag
set distfile [$workername eval "getdistname $file"]
set distfile [$workername eval [list getdistname $file]]
set root_path [file join $root_dist $dist_subdir $distfile]
set home_path [file join $home_dist $dist_subdir $distfile]

Expand Down

0 comments on commit 8a67087

Please sign in to comment.