aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-08-05 15:55:36 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-08-05 15:55:36 +0000
commit30a845609c490c6babe5748d69bff485aeaf0a46 (patch)
treee0c9be26c547323831ff1617a49ac4a49d471400 /usr.bin/make
parente87f107141acec869976583249f42fd44e68e62e (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/var.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c
index 477c4a906bce..7cde060f2dda 100644
--- a/usr.bin/make/var.c
+++ b/usr.bin/make/var.c
@@ -1765,7 +1765,7 @@ ParseModifier(VarParser *vp, char startc, Var *v, Boolean *freeResult)
if ((vp->ptr[0] == 's') &&
(vp->ptr[1] == 'h') &&
(vp->ptr[2] == endc || vp->ptr[2] == ':')) {
- const char *error;
+ const char *error = NULL;
if (vp->execute) {
newStr = Buf_Peel(