diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 08:23:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-09-08 08:23:29 +0000 |
| commit | 04a398293c8b100742adc47284a8ea15d406e671 (patch) | |
| tree | 5f204ae0ad02e41d7bf33ee0d18bcb0392d53e57 /usr.bin/make | |
| parent | 4f6c710fc94a9d7ab1da2f38363f83e6cc36ac8b (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/for.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 87890af9012c..a194ef9a7f28 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -172,7 +172,7 @@ For_Eval (char *line) */ forLst = Lst_Init(FALSE); buf = Buf_Init(0); - sub = Var_Subst(NULL, ptr, VAR_GLOBAL, FALSE); + sub = Var_Subst(NULL, ptr, VAR_CMD, FALSE); #define ADDWORD() \ Buf_AddBytes(buf, ptr - wrd, (Byte *) wrd), \ |
