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

Fixed a syntax error that slipped in in the previous revision in the Boost Build tools/common.jam module.

[SVN r48570]
This commit is contained in:
Jurko Gospodnetić
2008-09-03 21:34:45 +00:00
parent a29d9f4f63
commit 69e7f15201

View File

@@ -728,7 +728,7 @@ actions hard-link
# <property:/property-name/>[joiner]
# :: Direct lookup of the given property-name value in the build
# properties. /property-name/ is a regular expression. E.g.
<property:toolset-.*:flavor> will match every toolset.
# <property:toolset-.*:flavor> will match every toolset.
# /otherwise/
# :: The literal value of the format argument.
#