2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Fix a few oddly written returns. These only work because of the idiosyncracies of the Jam language.

[SVN r76058]
This commit is contained in:
Steven Watanabe
2011-12-19 02:24:31 +00:00
parent cda3299876
commit d8b0f3e6ea
3 changed files with 3 additions and 3 deletions

View File

@@ -1178,7 +1178,7 @@ class python-test-generator : generator
property-set = [ $(property-set).add-raw <dependency>$(other-pythons) ] ;
result = [ construct-result $(python) $(extensions) $(new-sources) :
return [ construct-result $(python) $(extensions) $(new-sources) :
$(project) $(name) : $(property-set) ] ;
}
}