summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index 2d73b08..8058a74 100644
--- a/variable.c
+++ b/variable.c
@@ -1008,7 +1008,7 @@ print_variable (v, prefix)
{
register char *p;
- printf ("%s %s= ", v->name, v->recursive ? "" : ":");
+ printf ("%s %s= ", v->name, v->recursive ? v->append ? "+" : "" : ":");
/* Check if the value is just whitespace. */
p = next_token (v->value);