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

Regenerated jambase.c.

[SVN r14424]
This commit is contained in:
Vladimir Prus
2002-07-12 15:54:58 +00:00
parent abf39d0ff1
commit 020c9e4185
2 changed files with 2 additions and 2 deletions

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",

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",