summaryrefslogtreecommitdiff
path: root/taint.c
diff options
context:
space:
mode:
Diffstat (limited to 'taint.c')
-rw-r--r--taint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/taint.c b/taint.c
index cdf9a7e535..e163eb4135 100644
--- a/taint.c
+++ b/taint.c
@@ -50,6 +50,7 @@ taint_env(void)
return;
#ifdef VMS
+ {
int i = 0;
char name[10 + TYPE_DIGITS(int)] = "DCL$PATH";
@@ -71,6 +72,7 @@ taint_env(void)
}
i++;
}
+ }
#endif /* VMS */
svp = hv_fetch(GvHVn(PL_envgv),"PATH",4,FALSE);