diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-01-12 10:45:27 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2002-01-12 10:45:27 +0000 |
| commit | e3e5c7667e75e5479d97b5b24e6a687e55c84a5e (patch) | |
| tree | 1f71408e3573681c5ae8beed6e01929ac5dbb193 /usr.bin | |
| parent | 8128d1f555f0c7185b4f1aac4f21ff6a62ec1a31 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/make/var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 12cd4f50828d..f219831b68eb 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -1599,7 +1599,7 @@ Var_Parse (str, ctxt, err, lengthPtr, freePtr) vname[1] = '\0'; v = VarFind(vname, ctxt, 0); - if (v != (Var *)NULL) { + if (v != (Var *)NULL && !haveModifier) { /* * No need for nested expansion or anything, as we're * the only one who sets these things and we sure don't |
