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

Fix mistaken commit

[SVN r14422]
This commit is contained in:
Dave Abrahams
2002-07-12 14:52:01 +00:00
parent f5663382cb
commit 1af9a139d6

View File

@@ -89,7 +89,7 @@ char *jambase[] = {
"{\n",
"for local e in $(ARGV[2-]) \n",
"{\n",
"if ! [ MATCH \"^(-).*\" : $(e) ] \n",
"if ! [ MATCH \"(-).*\" : $(e) ] \n",
"{\n",
"UPDATE $(e) ;\n",
"}\n",