From eafc91a3506a082956fbdc8f0fb1210d00f1e035 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Tue, 22 Nov 2011 20:00:31 -0500 Subject: [PATCH] Bash-4.2 patch 6 --- patchlevel.h | 2 +- variables.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patchlevel.h b/patchlevel.h index 5cca30b8b..2a6db0ebc 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -25,6 +25,6 @@ regexp `^#define[ ]*PATCHLEVEL', since that's what support/mkversion.sh looks for to find the patch level (for the sccs version string). */ -#define PATCHLEVEL 5 +#define PATCHLEVEL 6 #endif /* _PATCHLEVEL_H_ */ diff --git a/variables.c b/variables.c index daacdbf0e..7bb850fab 100644 --- a/variables.c +++ b/variables.c @@ -3660,7 +3660,7 @@ chkexport (name) SHELL_VAR *v; v = find_variable (name); - if (exported_p (v)) + if (v && exported_p (v)) { array_needs_making = 1; maybe_make_export_env (); -- 2.39.2