diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-02-26 14:33:46 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-02-26 14:33:46 +0000 |
commit | ab45ea9442e3e92b6b1b2fa5b04299733fd0102c (patch) | |
tree | 4feba4e1a125556d5f94cff1c76c5d5003900394 /usr.bin | |
parent | a159573416f964134413256321f7af5aa561a092 (diff) |
close PR 2311
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/suff.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index f35459ccd32..d35b6b6c25b 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: suff.c,v 1.48 2001/11/23 23:42:45 deraadt Exp $ */ +/* $OpenBSD: suff.c,v 1.49 2002/02/26 14:33:45 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* @@ -1232,6 +1232,8 @@ SuffExpandVarChildren(after, cgn, pgn) else if (*cp2 == '\\' && cp2[1] != '\0') /* Escaped something -- skip over it. */ cp2+=2; + else + cp2++; } if (cp2 != start) { |